Skip to content

Commit a8c6b11

Browse files
committed
Added test_ratio to VS2022 project
1 parent 44df802 commit a8c6b11

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,3 +388,4 @@ support/time remaining test.xlsx
388388
test/vs2022/Debug MSVC C++20 - Force C++03
389389
test/vs2022/Release MSVC C++20 - No STL - Optimised -O2 - Sanitiser
390390
test/test_file_list.txt
391+
test/etl_error_handler/assert_function/build-make

test/vs2022/etl.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8883,6 +8883,7 @@
88838883
<ClCompile Include="..\test_quantize.cpp" />
88848884
<ClCompile Include="..\test_queue_lockable.cpp" />
88858885
<ClCompile Include="..\test_queue_lockable_small.cpp" />
8886+
<ClCompile Include="..\test_ratio.cpp" />
88868887
<ClCompile Include="..\test_rescale.cpp" />
88878888
<ClCompile Include="..\test_result.cpp" />
88888889
<ClCompile Include="..\test_rms.cpp" />

test/vs2022/etl.vcxproj.filters

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3386,6 +3386,9 @@
33863386
<ClCompile Include="..\syntax_check\stringify.h.t.cpp">
33873387
<Filter>Tests\Syntax Checks\Source</Filter>
33883388
</ClCompile>
3389+
<ClCompile Include="..\test_ratio.cpp">
3390+
<Filter>Tests\Maths</Filter>
3391+
</ClCompile>
33893392
</ItemGroup>
33903393
<ItemGroup>
33913394
<None Include="..\..\library.properties">

0 commit comments

Comments
 (0)