aboutsummaryrefslogtreecommitdiff
path: root/test/CMakeLists.txt
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2018-05-31 02:48:39 +0200
committerEven Rouault <even.rouault@spatialys.com>2018-06-07 12:58:08 +0200
commit3e8a1984e9ee662e74254704275c8e30791a5af0 (patch)
tree1964e31d65b0703d72a29c3864083eef3a325ed5 /test/CMakeLists.txt
parent9c5741d25229308971b83798fae55e3045910521 (diff)
downloadPROJ-3e8a1984e9ee662e74254704275c8e30791a5af0.tar.gz
PROJ-3e8a1984e9ee662e74254704275c8e30791a5af0.zip
Add googletest 1.8.0 framework in test/googletest, and use it with autoconf builds only (CMake integration to be done)
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index cf71df41..ed44f8a2 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -43,13 +43,13 @@ proj_add_gie_test("GIGS-5201" "gigs/5201.gie")
#proj_add_gie_test("GIGS-5207.2" "gigs/5207.2.gie")
proj_add_gie_test("GIGS-5208" "gigs/5208.gie")
-SET(CATCH2_INCLUDE catch.hpp)
+#SET(CATCH2_INCLUDE catch.hpp)
-SET(TEST_MAIN_SRC test_main.cpp)
-set(TEST_MAIN_LIBRARIES test_main)
-add_library( ${TEST_MAIN_LIBRARIES}
- ${PROJ_LIBRARY_TYPE}
- ${TEST_MAIN_SRC}
- ${CATCH2_INCLUDE} )
+#SET(TEST_MAIN_SRC test_main.cpp)
+#set(TEST_MAIN_LIBRARIES test_main)
+#add_library( ${TEST_MAIN_LIBRARIES}
+# ${PROJ_LIBRARY_TYPE}
+# ${TEST_MAIN_SRC}
+# ${CATCH2_INCLUDE} )
add_subdirectory(unit)