X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=Testing%2FCMakeLists.txt;h=5a25f63a4d6dcee4c862207d4e7d0d7798ae64ac;hb=c55ef12ae4b89631bd3d7eacca2b72a3087ea873;hp=48a2fb540341a1619551339e7163534a9f18965a;hpb=0e0403151bbff57175d2b974ee2d14b8195f9234;p=gdcm.git diff --git a/Testing/CMakeLists.txt b/Testing/CMakeLists.txt index 48a2fb54..5a25f63a 100644 --- a/Testing/CMakeLists.txt +++ b/Testing/CMakeLists.txt @@ -150,18 +150,15 @@ 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" - - # 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" + "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) +INCLUDE(${GDCM_SOURCE_DIR}/CMake/FindDicom3Tools.cmake) # This is a GLOB expression, change it into a list separated with a comma and \n SET(GDCM_DATA_IMAGES)