From: malaterre Date: Wed, 22 Jun 2005 13:56:39 +0000 (+0000) Subject: ENH: Remove jpeg2000 from borland test X-Git-Tag: Version1.2.bp~455 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=c3e1190dc6411f68ad6f0aff993ee8f16156f68d;p=gdcm.git ENH: Remove jpeg2000 from borland test --- 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)