diff options
Diffstat (limited to 'unittest/catch_main.cpp')
-rw-r--r-- | unittest/catch_main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unittest/catch_main.cpp b/unittest/catch_main.cpp new file mode 100644 index 0000000..c8270db --- /dev/null +++ b/unittest/catch_main.cpp @@ -0,0 +1,2 @@ +#define CATCH_CONFIG_MAIN // This tells Catch to provide a main() +#include "catch.hpp"
\ No newline at end of file |