From 6fbfa8eead3dca8edd427bbf4abf496cc3366d14 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 30 May 2018 12:06:10 +0200 Subject: Move catch.hpp header in test/; rename test/cpp as test/unit --- 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 00000000..0c7c351f --- /dev/null +++ b/test/test_main.cpp @@ -0,0 +1,2 @@ +#define CATCH_CONFIG_MAIN +#include "catch.hpp" -- cgit v1.2.3