diff options
Diffstat (limited to 'test/src/unittests-main.cpp')
-rw-r--r-- | test/src/unittests-main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/src/unittests-main.cpp b/test/src/unittests-main.cpp new file mode 100644 index 0000000..3c3c6f2 --- /dev/null +++ b/test/src/unittests-main.cpp @@ -0,0 +1,2 @@ +#define CATCH_CONFIG_MAIN // This tells Catch to provide a main() - only do this in one cpp file +#include <catch.hpp> |