]> Creatis software - gdcm.git/blobdiff - Testing/CMakeLists.txt
BUG: Please keep me (for gcc 2.95)
[gdcm.git] / Testing / CMakeLists.txt
index 48a2fb540341a1619551339e7163534a9f18965a..5a25f63a4d6dcee4c862207d4e7d0d7798ae64ac 100644 (file)
@@ -150,18 +150,15 @@ SET(BLACK_LIST
   # Just to remember this format exist, and is gdcm::Header compliant
   # (NOT gdcm::File ...)
   # any contribution is welcome
-  "PET-cardio-Multiframe-Papyrus.dcm" 
-
-  # JPR love to add code in gdcm without even runing the tests
-  "D_CLUNIE_CT1_J2KI.dcm"
-  "D_CLUNIE_CT1_J2KR.dcm"
-  "D_CLUNIE_CT1_JLSL.dcm"
+  "PET-cardio-Multiframe-Papyrus.dcm"   
   "D_CLUNIE_CT1_JLSN.dcm"
+  "D_CLUNIE_CT1_JLSL.dcm"
+  "D_CLUNIE_CT1_J2KR.dcm"
+  "D_CLUNIE_CT1_J2KI.dcm"
   )
 
-
 # Add a special test that requires dciodvfy from dicom3tools
-INCLUDE(${GDCM_SOURCE_DIR}/FindDicom3Tools.cmake)
+INCLUDE(${GDCM_SOURCE_DIR}/CMake/FindDicom3Tools.cmake)
 
 # This is a GLOB expression, change it into a list separated with a comma and \n
 SET(GDCM_DATA_IMAGES)