File tree Expand file tree Collapse file tree 6 files changed +16
-21
lines changed
Expand file tree Collapse file tree 6 files changed +16
-21
lines changed Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.8 )
1+ cmake_minimum_required (VERSION 3.12 )
22project (main_tests CXX)
33
44# ${CMAKE_PROJECT_NAME}: project name of the root CMakeLists.txt
@@ -8,9 +8,9 @@ add_executable(${PROJECT_NAME}
88)
99
1010target_link_libraries (${PROJECT_NAME} PRIVATE
11- iris_tests_config
12- iris::iris
13- Catch2::Catch2
11+ StrTpl::StrTpl
12+ StrTplTestsConfig
13+ Catch2::Catch2WithMain
1414)
1515
1616add_test (${PROJECT_NAME} ${PROJECT_NAME} )
Original file line number Diff line number Diff line change 1- #define CATCH_CONFIG_MAIN
2- #include < catch2/catch.hpp>
3-
1+ #include < catch2/catch_test_macros.hpp>
42#include < string_view>
53#include < unordered_map>
64#include < strtpl/string_template.hpp>
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.8 )
1+ cmake_minimum_required (VERSION 3.12 )
22project (regex_tests CXX)
33
44# ${CMAKE_PROJECT_NAME}: project name of the root CMakeLists.txt
@@ -8,9 +8,9 @@ add_executable(${PROJECT_NAME}
88)
99
1010target_link_libraries (${PROJECT_NAME} PRIVATE
11- iris_tests_config
12- iris::iris
13- Catch2::Catch2
11+ StrTpl::StrTpl
12+ StrTplTestsConfig
13+ Catch2::Catch2WithMain
1414)
1515
1616add_test (${PROJECT_NAME} ${PROJECT_NAME} )
Original file line number Diff line number Diff line change 1- #define CATCH_CONFIG_MAIN
2- #include < catch2/catch.hpp>
3-
1+ #include < catch2/catch_test_macros.hpp>
42#include < ranges>
53#include < string_view>
64#include < unordered_map>
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.8 )
1+ cmake_minimum_required (VERSION 3.12 )
22project (trailing_view_tests CXX)
33
44# ${CMAKE_PROJECT_NAME}: project name of the root CMakeLists.txt
@@ -8,9 +8,9 @@ add_executable(${PROJECT_NAME}
88)
99
1010target_link_libraries (${PROJECT_NAME} PRIVATE
11- iris_tests_config
12- iris::iris
13- Catch2::Catch2
11+ StrTpl::StrTpl
12+ StrTplTestsConfig
13+ Catch2::Catch2WithMain
1414)
1515
1616add_test (${PROJECT_NAME} ${PROJECT_NAME} )
Original file line number Diff line number Diff line change 1- #define CATCH_CONFIG_MAIN
2- #include < catch2/catch.hpp>
3-
1+ #include < catch2/catch_test_macros.hpp>
2+ #include < catch2/generators/catch_generators.hpp>
43#include < algorithm> // std::ranges::equal
54#include < array>
65#include < vector>
You can’t perform that action at this time.
0 commit comments