]> Creatis software - gdcm.git/blobdiff - Testing/CMakeLists.txt
ENH: Remove jpeg2000 from borland test
[gdcm.git] / Testing / CMakeLists.txt
index 3af8bd5732b8564f5be9527beb5eab7ed2723337..b370f89617400f0a298a34cbb8c535aa2e924c0f 100644 (file)
@@ -19,6 +19,7 @@ SET(TEST_SOURCES
   TestImageSet.cxx
   TestDicomDirElement.cxx
   TestDicomString.cxx
+  #TestValidate.cxx
 )
 
 # add tests that require data
@@ -161,9 +162,26 @@ SET(BLACK_LIST
   #Not a Dicom Image, but a RT Object
   "RS2.16.124.113534.2.3.5.0.120040728.21342.353.12747_anonimized.dcm" 
   #Dicom MPEG image
-  "ETIAM_video_002.dcm" 
+  "ETIAM_video_002.dcm"
+  #Something stupid occured in the code for LibIDO images.
+  #I Black list them for a while. JP
+  "gdcm-ACR-LibIDO.acr"
+  "LIBIDO-24-ACR_NEMA-Rectangle.dcm"
+  #16 Bits per pixel images with LUT 16 Bits.
+  #I wait to be 100% sure before releasing them. JP
+  "rle16sti.dcm"
+  "rle16loo.dcm"   
   )
 
+# Don't understand why jasper is segfaulting with borland...I bet a borland bug
+IF(BORLAND)
+  SET(BLACK_LIST
+    ${BLACK_LIST}
+    "D_CLUNIE_CT1_J2KR.dcm"
+    "D_CLUNIE_CT1_J2KI.dcm"
+    )
+ENDIF(BORLAND)
+
 # Add a special test that requires dciodvfy from dicom3tools
 INCLUDE(${GDCM_SOURCE_DIR}/CMake/FindDicom3Tools.cmake)