X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FCMakeLists.txt;h=556b92ae78e46186bae3392d4d2b1a0afc17f5eb;hb=e61e66c768a00608c2b8dd7603f4b280d745f6bc;hp=fb86ee41ca3069247ca29a8b8bb246eba8df8319;hpb=0a9f25290006bdee6be492179f8b0dae7ba1c598;p=gdcm.git diff --git a/Testing/CMakeLists.txt b/Testing/CMakeLists.txt index fb86ee41..556b92ae 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,17 +21,18 @@ 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 + TestPrintAllDocument.cxx # includes generated gdcmDataImages.h TestAllReadCompareDicom.cxx # includes generated gdcmDataImages.h TestAllEntryVerify.cxx # includes generated gdcmDataImages.h #TestChangeHeader.cxx TestCopyDicom.cxx # includes generated gdcmDataImages.h TestCopyRescaleDicom.cxx # includes generated gdcmDataImages.h TestDicomDir.cxx # require DICOMDIR - BuildUpDicomDir.cxx # writes a file named "NewDICOMDIR" - makeDicomDir.cxx # writes a file named "NewDICOMDIR" + TestBuildUpDicomDir.cxx # writes a file named "NewDICOMDIR" + TestMakeDicomDir.cxx # writes a file named "NewDICOMDIR" TestDirList.cxx ) # add test that require VTK: @@ -137,24 +138,21 @@ ENDIF(${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION} GREATER 1.9) # Black list of images known to break lots of readers (efilm, xmedcon ...): SET(BLACK_LIST - # serial killer (also segfaults vtkgdcmViewer, but NOT PrintFile) - #"gdcm-JPEG-LossLessThoravision.dcm" - - # Mathieu: temporarily remove as it kills my gnome session (but not kde) - # JPR: also breaks TestReadWriteReadCompare : Pixel differ (as expanded - # in memory) - #"KODAK-12-MONO1-Odd_Terminated_Sequence.dcm" # Multiframe Papyrus format image - # Just to remember this format exist, and is gdcm::Header compliant - # (NOT gdcm::File ...) + # Just to remember this format exists, and is gdcm::File compliant + # (NOT gdcm::FileHelper ...) # any contribution is welcome - "PET-cardio-Multiframe-Papyrus.dcm" + "PET-cardio-Multiframe-Papyrus.dcm" + # From David Clunie's Compresion Dataset + "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)