X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=Testing%2FCMakeLists.txt;h=0fd9aa4679599fca69aea4cdf8942d8e6e5b8c4f;hb=6c6608b98c9260180a08309c6049b9450658acad;hp=fb86ee41ca3069247ca29a8b8bb246eba8df8319;hpb=0a9f25290006bdee6be492179f8b0dae7ba1c598;p=gdcm.git diff --git a/Testing/CMakeLists.txt b/Testing/CMakeLists.txt index fb86ee41..0fd9aa46 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 @@ -149,10 +150,13 @@ SET(BLACK_LIST # Just to remember this format exist, and is gdcm::Header compliant # (NOT gdcm::File ...) # any contribution is welcome - "PET-cardio-Multiframe-Papyrus.dcm" + "PET-cardio-Multiframe-Papyrus.dcm" + "D_CLUNIE_CT1_JLSN.dcm" + "D_CLUNIE_CT1_JLSL.dcm" + "D_CLUNIE_CT1_J2KR.dcm" + "D_CLUNIE_CT1_J2KI.dcm" ) - # Add a special test that requires dciodvfy from dicom3tools INCLUDE(${GDCM_SOURCE_DIR}/FindDicom3Tools.cmake)