From: malaterre Date: Tue, 15 Feb 2005 18:26:21 +0000 (+0000) Subject: ENH: More testing using D Clunie tools X-Git-Tag: Version1.2.bp~878 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=b246240201b5a3e063d8587a9104e4c314383b18;p=gdcm.git ENH: More testing using D Clunie tools --- diff --git a/Testing/CMakeLists.txt b/Testing/CMakeLists.txt index 42991cff..200a31f6 100644 --- a/Testing/CMakeLists.txt +++ b/Testing/CMakeLists.txt @@ -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)