We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf34c1 commit fc89937Copy full SHA for fc89937
tests/CMakeLists.txt
@@ -30,10 +30,9 @@ function(add_platform_definitions TARGET)
30
endfunction()
31
32
include(FetchContent)
33
-
34
FetchContent_Declare(snitch
35
GIT_REPOSITORY https://github.com/cschreib/snitch.git
36
- GIT_TAG v1.1.0)
+ GIT_TAG v1.3.2)
37
FetchContent_MakeAvailable(snitch)
38
39
set(RUNTIME_TEST_FILES
tests/testing.hpp
@@ -1,4 +1,6 @@
1
-#include "snitch/snitch.hpp"
+#include "snitch/snitch_macros_check.hpp"
2
+#include "snitch/snitch_macros_exceptions.hpp"
3
+#include "snitch/snitch_macros_test_case.hpp"
4
#include "tests_common.hpp"
5
6
// clang-format off
0 commit comments