X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FCMakeLists.txt;h=b370f89617400f0a298a34cbb8c535aa2e924c0f;hb=53852b20076bd44611e30229e0a409b6ada18f9e;hp=2b1d8bd3338b45e0bab35040ff96f0ea006eac0c;hpb=998942248b883bf900e3b6918d4ff13aa8084aaf;p=gdcm.git diff --git a/Testing/CMakeLists.txt b/Testing/CMakeLists.txt index 2b1d8bd3..b370f896 100644 --- a/Testing/CMakeLists.txt +++ b/Testing/CMakeLists.txt @@ -19,6 +19,7 @@ SET(TEST_SOURCES TestImageSet.cxx TestDicomDirElement.cxx TestDicomString.cxx + #TestValidate.cxx ) # add tests that require data @@ -165,9 +166,22 @@ SET(BLACK_LIST #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" + "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)