Skip to content

Commit fc89937

Browse files
committed
Update snitch
1 parent 6cf34c1 commit fc89937

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,9 @@ function(add_platform_definitions TARGET)
3030
endfunction()
3131

3232
include(FetchContent)
33-
3433
FetchContent_Declare(snitch
3534
GIT_REPOSITORY https://github.com/cschreib/snitch.git
36-
GIT_TAG v1.1.0)
35+
GIT_TAG v1.3.2)
3736
FetchContent_MakeAvailable(snitch)
3837

3938
set(RUNTIME_TEST_FILES

tests/testing.hpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
#include "snitch/snitch.hpp"
1+
#include "snitch/snitch_macros_check.hpp"
2+
#include "snitch/snitch_macros_exceptions.hpp"
3+
#include "snitch/snitch_macros_test_case.hpp"
24
#include "tests_common.hpp"
35

46
// clang-format off

0 commit comments

Comments
 (0)