mirror of
https://github.com/ETLCPP/etl.git
synced 2026-07-30 16:26:17 +08:00
Factor out ranges tests from test_algorithm.cpp to test_algorithm_ranges.cpp (#1497)
This commit is contained in:
parent
338bfdbb1f
commit
423e18d96d
@ -14,6 +14,7 @@ add_executable(etl_tests
|
|||||||
main.cpp
|
main.cpp
|
||||||
murmurhash3.cpp
|
murmurhash3.cpp
|
||||||
test_algorithm.cpp
|
test_algorithm.cpp
|
||||||
|
test_algorithm_ranges.cpp
|
||||||
test_alignment.cpp
|
test_alignment.cpp
|
||||||
test_array.cpp
|
test_array.cpp
|
||||||
test_array_view.cpp
|
test_array_view.cpp
|
||||||
|
|||||||
@ -2,6 +2,7 @@ etl_test_sources = files(
|
|||||||
'main.cpp',
|
'main.cpp',
|
||||||
'murmurhash3.cpp',
|
'murmurhash3.cpp',
|
||||||
'test_algorithm.cpp',
|
'test_algorithm.cpp',
|
||||||
|
'test_algorithm_ranges.cpp',
|
||||||
'test_alignment.cpp',
|
'test_alignment.cpp',
|
||||||
'test_array.cpp',
|
'test_array.cpp',
|
||||||
'test_array_view.cpp',
|
'test_array_view.cpp',
|
||||||
|
|||||||
12709
test/test_algorithm.cpp
12709
test/test_algorithm.cpp
File diff suppressed because it is too large
Load Diff
12763
test/test_algorithm_ranges.cpp
Normal file
12763
test/test_algorithm_ranges.cpp
Normal file
File diff suppressed because it is too large
Load Diff
@ -10218,6 +10218,7 @@
|
|||||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug MSVC C++20 - Force C++03 - No virtual messages|Win32'">true</ExcludedFromBuild>
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug MSVC C++20 - Force C++03 - No virtual messages|Win32'">true</ExcludedFromBuild>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\test_algorithm.cpp" />
|
<ClCompile Include="..\test_algorithm.cpp" />
|
||||||
|
<ClCompile Include="..\test_algorithm_ranges.cpp" />
|
||||||
<ClCompile Include="..\test_alignment.cpp" />
|
<ClCompile Include="..\test_alignment.cpp" />
|
||||||
<ClCompile Include="..\test_atomic.cpp" />
|
<ClCompile Include="..\test_atomic.cpp" />
|
||||||
<ClCompile Include="..\test_base64_RFC2152_decoder.cpp" />
|
<ClCompile Include="..\test_base64_RFC2152_decoder.cpp" />
|
||||||
|
|||||||
@ -2075,6 +2075,9 @@
|
|||||||
<ClCompile Include="..\test_algorithm.cpp">
|
<ClCompile Include="..\test_algorithm.cpp">
|
||||||
<Filter>Tests\Algorithms</Filter>
|
<Filter>Tests\Algorithms</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\test_algorithm_ranges.cpp">
|
||||||
|
<Filter>Tests\Algorithms</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\test_correlation.cpp">
|
<ClCompile Include="..\test_correlation.cpp">
|
||||||
<Filter>Tests\Algorithms</Filter>
|
<Filter>Tests\Algorithms</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user