diff options
author | Pjotr Prins | 2017-08-20 09:21:49 +0000 |
---|---|---|
committer | Pjotr Prins | 2017-08-20 09:21:49 +0000 |
commit | 7fc4e3c0a0d6e32ca6685647e107473f1d96c3e5 (patch) | |
tree | 6c435963e174b49ced5314f5a4b9bec3da36012e /test/src/unittests-main.cpp | |
parent | e04e6e1d9cac2179bc449c916dc7fa9340dac349 (diff) | |
download | pangemma-7fc4e3c0a0d6e32ca6685647e107473f1d96c3e5.tar.gz |
Unit tests
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> |