Skip to content

Commit d11ca82

Browse files
committed
Use snitch.hpp in install test to catch missing exported headers
1 parent 8b4d148 commit d11ca82

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/install_tests/standalone.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
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

98
TEST_CASE("compiles and runs") {

0 commit comments

Comments
 (0)