diff options
Diffstat (limited to 'test/tests.cpp')
-rw-r--r-- | test/tests.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/tests.cpp b/test/tests.cpp new file mode 100644 index 0000000..0c7c351 --- /dev/null +++ b/test/tests.cpp @@ -0,0 +1,2 @@ +#define CATCH_CONFIG_MAIN +#include "catch.hpp" |