summaryrefslogtreecommitdiff
path: root/test/test_main.cpp
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2015-06-08 20:28:34 +0200
committerJustin Worthe <justin.worthe@gmail.com>2015-06-08 20:28:34 +0200
commit0ef4646a9c19d3d88ffb7674123ccdc0a9012d98 (patch)
tree9504a288bb693bd1db6fbade32a76174294faa53 /test/test_main.cpp
parent7073d9f97b54f41d227b960d05dd28af74d5776d (diff)
Added build for test project
Diffstat (limited to 'test/test_main.cpp')
-rw-r--r--test/test_main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_main.cpp b/test/test_main.cpp
new file mode 100644
index 0000000..0c7c351
--- /dev/null
+++ b/test/test_main.cpp
@@ -0,0 +1,2 @@
+#define CATCH_CONFIG_MAIN
+#include "catch.hpp"