mirror of
https://github.com/ETLCPP/etl.git
synced 2026-07-30 08:16:19 +08:00
Factor out ranges tests from test_algorithm.cpp to test_algorithm_ranges.cpp (#1497)
This commit is contained in:
parent
da0c764a30
commit
c707428cc4
@ -14,6 +14,7 @@ add_executable(etl_tests
|
||||
main.cpp
|
||||
murmurhash3.cpp
|
||||
test_algorithm.cpp
|
||||
test_algorithm_ranges.cpp
|
||||
test_alignment.cpp
|
||||
test_array.cpp
|
||||
test_array_view.cpp
|
||||
|
||||
@ -2,6 +2,7 @@ etl_test_sources = files(
|
||||
'main.cpp',
|
||||
'murmurhash3.cpp',
|
||||
'test_algorithm.cpp',
|
||||
'test_algorithm_ranges.cpp',
|
||||
'test_alignment.cpp',
|
||||
'test_array.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
@ -10219,6 +10219,7 @@
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug MSVC C++20 - Force C++03 - No virtual messages|Win32'">true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\test_algorithm.cpp" />
|
||||
<ClCompile Include="..\test_algorithm_ranges.cpp" />
|
||||
<ClCompile Include="..\test_alignment.cpp" />
|
||||
<ClCompile Include="..\test_atomic.cpp" />
|
||||
<ClCompile Include="..\test_base64_RFC2152_decoder.cpp" />
|
||||
|
||||
@ -2075,6 +2075,9 @@
|
||||
<ClCompile Include="..\test_algorithm.cpp">
|
||||
<Filter>Tests\Algorithms</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\test_algorithm_ranges.cpp">
|
||||
<Filter>Tests\Algorithms</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\test_correlation.cpp">
|
||||
<Filter>Tests\Algorithms</Filter>
|
||||
</ClCompile>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user