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