aboutsummaryrefslogtreecommitdiff
path: root/test/cpp/test_main.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2018-05-30 12:06:10 +0200
committerEven Rouault <even.rouault@spatialys.com>2018-05-30 12:06:10 +0200
commit6fbfa8eead3dca8edd427bbf4abf496cc3366d14 (patch)
tree63e040eaba7b95f4593c7acfef01733cdcdb78ea /test/cpp/test_main.cpp
parenta3c592894d01095776ed96593edb0550ec1a68fe (diff)
downloadPROJ-6fbfa8eead3dca8edd427bbf4abf496cc3366d14.tar.gz
PROJ-6fbfa8eead3dca8edd427bbf4abf496cc3366d14.zip
Move catch.hpp header in test/; rename test/cpp as test/unit
Diffstat (limited to 'test/cpp/test_main.cpp')
-rw-r--r--test/cpp/test_main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/cpp/test_main.cpp b/test/cpp/test_main.cpp
deleted file mode 100644
index 0c7c351f..00000000
--- a/test/cpp/test_main.cpp
+++ /dev/null
@@ -1,2 +0,0 @@
-#define CATCH_CONFIG_MAIN
-#include "catch.hpp"