]> Creatis software - clitk.git/commitdiff
The data repository must be cloned and pulled by the user
authormpech <maxime.pech@insa-lyon.fr>
Fri, 22 Jul 2011 15:05:17 +0000 (17:05 +0200)
committermpech <maxime.pech@insa-lyon.fr>
Fri, 22 Jul 2011 15:05:17 +0000 (17:05 +0200)
CTestConfig.cmake
tests/CMakeLists.txt

index ac1f6fc2b789eeda681ed8966e3472a46bde495f..15bbadd615cfa17269b85c13408d813e1e3237dc 100644 (file)
@@ -10,6 +10,3 @@ SET_IF_NOT_SET(CTEST_DROP_SITE "my.cdash.org")
 SET_IF_NOT_SET(CTEST_DROP_LOCATION "/submit.php?project=VV")
 SET_IF_NOT_SET(CTEST_DROP_SITE_CDASH TRUE)
 SET_IF_NOT_SET(CTEST_PROJECT_NAME "vv_itk4")
-
-#=========================================================
-SET(CLITK_TEST_DATA_PATH ${PROJECT_BINARY_DIR}/tests/data/ CACHE INTERNAL DOCSTRING)
index 0ad6b8575e4660e93ca988a4642aa433be4fe2c5..cb05856f1a7709329ac3940516cb502661c7c2eb 100644 (file)
@@ -1,9 +1,12 @@
 cmake_policy(SET CMP0005 NEW)
 #=========================================================
-
 #=========================================================
 # Data tests path
-ADD_DEFINITIONS(-DCLITK_TEST_DATA_PATH=\"${CLITK_TEST_DATA_PATH}/\")
+FIND_PATH(CLITK_TEST_DATA_PATH Lung3D.mhd)
+IF(NOT ${CLITK_TEST_DATA_PATH} MATCHES "NOTFOUND$")
+ SET(CLITK_TEST_DATA_PATH "${CLITK_TEST_DATA_PATH}/")
+ENDIF()
+ADD_DEFINITIONS(-DCLITK_TEST_DATA_PATH="${CLITK_TEST_DATA_PATH}")
 #=========================================================
 #=========================================================
 # Google test macro