X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FCMakeLists.txt;h=48a2fb540341a1619551339e7163534a9f18965a;hb=0e0403151bbff57175d2b974ee2d14b8195f9234;hp=fb86ee41ca3069247ca29a8b8bb246eba8df8319;hpb=0a9f25290006bdee6be492179f8b0dae7ba1c598;p=gdcm.git diff --git a/Testing/CMakeLists.txt b/Testing/CMakeLists.txt index fb86ee41..48a2fb54 100644 --- a/Testing/CMakeLists.txt +++ b/Testing/CMakeLists.txt @@ -8,12 +8,12 @@ SET(GDCM_TESTS ${CXX_TEST_PATH}/gdcmTests) # add test that does not require data: # They usally return if no argument is given SET(TEST_SOURCES + TestUtil.cxx TestBug.cxx TestHash.cxx TestTS.cxx TestVR.cxx TestDicomDirElement.cxx - TestUtil.cxx TestDicomString.cxx TestDict.cxx TestWriteSimple.cxx @@ -21,7 +21,8 @@ SET(TEST_SOURCES # add tests that require data IF (GDCM_DATA_ROOT) - SET(TEST_SOURCES ${TEST_SOURCES} + SET(TEST_SOURCES ${TEST_SOURCES} + TestSerieHeader # uses gdcmData as a default root directory TestReadWriteReadCompare.cxx # includes generated gdcmDataImages.h PrintAllDocument.cxx # includes generated gdcmDataImages.h TestAllReadCompareDicom.cxx # includes generated gdcmDataImages.h @@ -150,6 +151,12 @@ SET(BLACK_LIST # (NOT gdcm::File ...) # any contribution is welcome "PET-cardio-Multiframe-Papyrus.dcm" + + # JPR love to add code in gdcm without even runing the tests + "D_CLUNIE_CT1_J2KI.dcm" + "D_CLUNIE_CT1_J2KR.dcm" + "D_CLUNIE_CT1_JLSL.dcm" + "D_CLUNIE_CT1_JLSN.dcm" )