X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FCMakeLists.txt;h=b370f89617400f0a298a34cbb8c535aa2e924c0f;hb=53852b20076bd44611e30229e0a409b6ada18f9e;hp=d9f7428b0e0158b3cb5f5276e162d61310d49491;hpb=db27f784abc7fa8644878b13c520bf867bce9003;p=gdcm.git diff --git a/Testing/CMakeLists.txt b/Testing/CMakeLists.txt index d9f7428b..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 @@ -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)