From 0ef4646a9c19d3d88ffb7674123ccdc0a9012d98 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Mon, 8 Jun 2015 20:28:34 +0200 Subject: Added build for test project --- test/test_main.cpp | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/test_main.cpp (limited to 'test/test_main.cpp') 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" -- cgit v1.2.3