diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-05-30 12:06:10 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-05-30 12:06:10 +0200 |
| commit | 6fbfa8eead3dca8edd427bbf4abf496cc3366d14 (patch) | |
| tree | 63e040eaba7b95f4593c7acfef01733cdcdb78ea /test/test_main.cpp | |
| parent | a3c592894d01095776ed96593edb0550ec1a68fe (diff) | |
| download | PROJ-6fbfa8eead3dca8edd427bbf4abf496cc3366d14.tar.gz PROJ-6fbfa8eead3dca8edd427bbf4abf496cc3366d14.zip | |
Move catch.hpp header in test/; rename test/cpp as test/unit
Diffstat (limited to 'test/test_main.cpp')
| -rw-r--r-- | test/test_main.cpp | 2 |
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" |
