Skip to content

Commit

Permalink
Use snitch.hpp in install test to catch missing exported headers
Browse files Browse the repository at this point in the history
  • Loading branch information
cschreib committed Dec 1, 2024
1 parent 8b4d148 commit d11ca82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/install_tests/standalone.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# define SNITCH_IMPLEMENTATION
# include <snitch/snitch_all.hpp>
#else
# include <snitch/snitch_macros_check.hpp>
# include <snitch/snitch_macros_test_case.hpp>
# include <snitch/snitch.hpp>
#endif

TEST_CASE("compiles and runs") {
Expand Down

0 comments on commit d11ca82

Please sign in to comment.