Skip to content

Commit

Permalink
Added test_ratio to VS2022 project
Browse files Browse the repository at this point in the history
  • Loading branch information
jwellbelove committed Jan 23, 2025
1 parent 44df802 commit a8c6b11
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -388,3 +388,4 @@ support/time remaining test.xlsx
test/vs2022/Debug MSVC C++20 - Force C++03
test/vs2022/Release MSVC C++20 - No STL - Optimised -O2 - Sanitiser
test/test_file_list.txt
test/etl_error_handler/assert_function/build-make
1 change: 1 addition & 0 deletions test/vs2022/etl.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8883,6 +8883,7 @@
<ClCompile Include="..\test_quantize.cpp" />
<ClCompile Include="..\test_queue_lockable.cpp" />
<ClCompile Include="..\test_queue_lockable_small.cpp" />
<ClCompile Include="..\test_ratio.cpp" />
<ClCompile Include="..\test_rescale.cpp" />
<ClCompile Include="..\test_result.cpp" />
<ClCompile Include="..\test_rms.cpp" />
Expand Down
3 changes: 3 additions & 0 deletions test/vs2022/etl.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -3386,6 +3386,9 @@
<ClCompile Include="..\syntax_check\stringify.h.t.cpp">
<Filter>Tests\Syntax Checks\Source</Filter>
</ClCompile>
<ClCompile Include="..\test_ratio.cpp">
<Filter>Tests\Maths</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="..\..\library.properties">
Expand Down

0 comments on commit a8c6b11

Please sign in to comment.