File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -388,3 +388,4 @@ support/time remaining test.xlsx
388
388
test /vs2022 /Debug MSVC C++20 - Force C++03
389
389
test /vs2022 /Release MSVC C++20 - No STL - Optimised -O2 - Sanitiser
390
390
test /test_file_list.txt
391
+ test /etl_error_handler /assert_function /build-make
Original file line number Diff line number Diff line change 8883
8883
<ClCompile Include="..\test_quantize.cpp" />
8884
8884
<ClCompile Include="..\test_queue_lockable.cpp" />
8885
8885
<ClCompile Include="..\test_queue_lockable_small.cpp" />
8886
+ <ClCompile Include="..\test_ratio.cpp" />
8886
8887
<ClCompile Include="..\test_rescale.cpp" />
8887
8888
<ClCompile Include="..\test_result.cpp" />
8888
8889
<ClCompile Include="..\test_rms.cpp" />
Original file line number Diff line number Diff line change 3386
3386
<ClCompile Include =" ..\syntax_check\stringify.h.t.cpp" >
3387
3387
<Filter >Tests\Syntax Checks\Source</Filter >
3388
3388
</ClCompile >
3389
+ <ClCompile Include =" ..\test_ratio.cpp" >
3390
+ <Filter >Tests\Maths</Filter >
3391
+ </ClCompile >
3389
3392
</ItemGroup >
3390
3393
<ItemGroup >
3391
3394
<None Include =" ..\..\library.properties" >
You can’t perform that action at this time.
0 commit comments