X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FCMakeLists.txt;h=cb06b586aaac58ea11a47ca280b3974a3c0927a5;hb=fe9f5b22e228eb450c40a44c637ea6c1b1e6c631;hp=1dedc01fccefbf1720d8bcb39969f0b86f6278c0;hpb=51e53b78f995e2dde4f75570a8bf3b0dac5209c2;p=gdcm.git diff --git a/Testing/CMakeLists.txt b/Testing/CMakeLists.txt index 1dedc01f..cb06b586 100644 --- a/Testing/CMakeLists.txt +++ b/Testing/CMakeLists.txt @@ -30,6 +30,7 @@ IF (GDCM_DATA_ROOT) makeDicomDir.cxx # writes a file named "NewDICOMDIR" TestCopyDicom.cxx TestCopyRescaleDicom.cxx + TestWriteSimple.cxx ) # add test that require VTK: IF(GDCM_VTK) @@ -136,20 +137,13 @@ ENDIF(${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION} GREATER 1.9) SET(BLACK_LIST # serial killer (also segfaults vtkgdcmViewer, but NOT PrintFile) "gdcm-JPEG-LossLessThoravision.dcm" - + # Mathieu: temporarily remove as it kills my gnome session (but not kde) # JPR: also breaks TestReadWriteReadCompare : Pixel differ (as expanded # in memory) "KODAK-12-MONO1-Odd_Terminated_Sequence.dcm" ) -IF(APPLE) - SET(BLACK_LIST ${BLACK_LIST} - "SIEMENS_GBS_III-16-ACR_NEMA_1.acr" # This image contains a wrong length - # Which led us to read pass the end of the file. This seg fault on MacOSX - ) -ENDIF(APPLE) - # This is a GLOB expression, change it into a list separated with a comma and \n SET(GDCM_DATA_IMAGES) FOREACH(filename ${GDCM_DATA_IMAGES_GLOB})