diff options
Diffstat (limited to 'tests/tests.cpp')
| -rw-r--r-- | tests/tests.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/tests.cpp b/tests/tests.cpp new file mode 100644 index 0000000..2877213 --- /dev/null +++ b/tests/tests.cpp @@ -0,0 +1,6 @@ +#include <catch_amalgamated.hpp> + + +TEST_CASE( "DUMMY TEST", "[test]" ) { + REQUIRE( 1 == 1 ); +} |
