]> Creatis software - gdcm.git/blobdiff - Testing/CMakeLists.txt
Now vtkgdcmViewer load mode is defaulted to NO_SHADOWSEQ
[gdcm.git] / Testing / CMakeLists.txt
index d9f7428b0e0158b3cb5f5276e162d61310d49491..b370f89617400f0a298a34cbb8c535aa2e924c0f 100644 (file)
@@ -19,6 +19,7 @@ SET(TEST_SOURCES
   TestImageSet.cxx
   TestDicomDirElement.cxx
   TestDicomString.cxx
+  #TestValidate.cxx
 )
 
 # add tests that require data
@@ -168,10 +169,19 @@ SET(BLACK_LIST
   "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
-  "re16sti.dcm"
+  "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)