]> Creatis software - gdcm.git/blobdiff - Testing/CMakeLists.txt
Port Mathieu's commit from gdcm1.2
[gdcm.git] / Testing / CMakeLists.txt
index 8a279fecb4a95bb03ef55a87a9ff3b39da08eb21..e6c12e1d34bb5ef048f25c9b8004c7914e075621 100644 (file)
@@ -25,11 +25,11 @@ SET(TEST_SOURCES
   TestEnumVR.cxx
   TestBuildUpDicomDir.cxx          # writes a file named "NewDICOMDIR"
 )
-IF(UNIX)
+IF(UNIX OR WIN32)
   SET(TEST_SOURCES ${TEST_SOURCES}
     TestInline.cxx
   )
-ENDIF(UNIX)
+ENDIF(UNIX OR WIN32)
 
 # add tests that require data
 IF (GDCM_DATA_ROOT)
@@ -182,6 +182,12 @@ SET(BLACK_LIST
   # I blacklist it until the pb is solved.
   # (to get some more green on the Dasboards)
   "MR_Philips-Intera_BreaksNOSHADOW.dcm"
+
+  # No way we'll ever be able to read that...
+  "ELSCINT1_LOSSLESS_RICE.dcm"
+
+  # Are we even be able to support our own bugs ?
+  "SIEMENS_MAGNETOM-12-MONO2-GDCM12-VRUN.dcm"
   )
 
 # Create a specific list of dicom files that we know are part of a sequence