]> Creatis software - gdcm.git/commitdiff
ENH: More testing using D Clunie tools
authormalaterre <malaterre>
Tue, 15 Feb 2005 18:26:21 +0000 (18:26 +0000)
committermalaterre <malaterre>
Tue, 15 Feb 2005 18:26:21 +0000 (18:26 +0000)
Testing/CMakeLists.txt

index 42991cffc1fccc1f363be06c4689c9b1ba961ee5..200a31f611411197de54ca88efbf4c9341275840 100644 (file)
@@ -157,7 +157,8 @@ SET(GDCM_DATA_IMAGES)
 FOREACH(filename ${GDCM_DATA_IMAGES_GLOB})
   GET_FILENAME_COMPONENT(filename_temp ${filename} NAME)
   IF(DCIODVFY_FOUND)
-    ADD_TEST("Clunie-${filename_temp}" "${DCIODVFY_EXECUTABLE}" "${filename}")
+    ADD_TEST("DCIODVFY-INPUT-${filename_temp}" "${DCIODVFY_EXECUTABLE}" "${filename}")
+    ADD_TEST("DCIODVFY-OUTPUT-${filename_temp}" "${DCIODVFY_EXECUTABLE}" "${GDCM_DATA_ROOT}/BaselineDicom/${filename_temp}")
   ENDIF(DCIODVFY_FOUND)
   STRING(REGEX MATCH ${filename_temp} bad_dicom ${BLACK_LIST})
   IF(NOT bad_dicom)