aboutsummaryrefslogtreecommitdiff
path: root/test/test_main.cpp
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-05-30 20:33:42 +0200
committerGitHub <noreply@github.com>2018-05-30 20:33:42 +0200
commit559e8f1227975fd7a1141096a9624504c992a461 (patch)
tree970c7e2e644829e912b859d9a7ec3c15c9751773 /test/test_main.cpp
parent4eca7f1af7ac531403b4410e5b94d7b0db406645 (diff)
parent6fbfa8eead3dca8edd427bbf4abf496cc3366d14 (diff)
downloadPROJ-559e8f1227975fd7a1141096a9624504c992a461.tar.gz
PROJ-559e8f1227975fd7a1141096a9624504c992a461.zip
Merge pull request #1021 from rouault/add_test_framework
Add test framework, C++11 compilation mode and warning fixes
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 00000000..0c7c351f
--- /dev/null
+++ b/test/test_main.cpp
@@ -0,0 +1,2 @@
+#define CATCH_CONFIG_MAIN
+#include "catch.hpp"