X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FCMakeLists.txt;h=b370f89617400f0a298a34cbb8c535aa2e924c0f;hb=223e9fe80278019fef96c2b926c4df6fcacd4d3b;hp=582adf522701b9371f07e7d98fdf4d86084c3be6;hpb=cb74bf157e806ec76db4b26140b31e2dbb4d3501;p=gdcm.git diff --git a/Testing/CMakeLists.txt b/Testing/CMakeLists.txt index 582adf52..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 @@ -172,6 +173,15 @@ SET(BLACK_LIST "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)