From 7fc4e3c0a0d6e32ca6685647e107473f1d96c3e5 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sun, 20 Aug 2017 09:21:49 +0000 Subject: Unit tests --- test/src/unittests-main.cpp | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/src/unittests-main.cpp (limited to 'test/src/unittests-main.cpp') 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 -- cgit v1.2.3