File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.14)
22
3- project (snitch LANGUAGES CXX VERSION 1.3.0 )
3+ project (snitch LANGUAGES CXX VERSION 1.3.1 )
44
55# Maximum lengths.
66set (SNITCH_MAX_TEST_CASES 5000 CACHE STRING "Maximum number of test cases in a test application." )
@@ -83,6 +83,7 @@ set(SNITCH_INCLUDES
8383 ${PROJECT_SOURCE_DIR} /include /snitch/snitch_macros_test_case.hpp
8484 ${PROJECT_SOURCE_DIR} /include /snitch/snitch_macros_utility.hpp
8585 ${PROJECT_SOURCE_DIR} /include /snitch/snitch_macros_warnings.hpp
86+ ${PROJECT_SOURCE_DIR} /include /snitch/snitch_main.hpp
8687 ${PROJECT_SOURCE_DIR} /include /snitch/snitch_matcher.hpp
8788 ${PROJECT_SOURCE_DIR} /include /snitch/snitch_registry.hpp
8889 ${PROJECT_SOURCE_DIR} /include /snitch/snitch_reporter_catch2_xml.hpp
Original file line number Diff line number Diff line change 11project (' snitch' , ' cpp' ,
22 default_options : [' cpp_std=c++20' , ' default_library=static' ],
3- version : ' 1.3.0 '
3+ version : ' 1.3.1 '
44)
55
66cpp_arguments = []
Original file line number Diff line number Diff line change 22# define SNITCH_IMPLEMENTATION
33# include < snitch/snitch_all.hpp>
44#else
5- # include < snitch/snitch_macros_check.hpp>
6- # include < snitch/snitch_macros_test_case.hpp>
5+ # include < snitch/snitch.hpp>
76#endif
87
98TEST_CASE (" compiles and runs" ) {
You can’t perform that action at this time.
0 commit comments