X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FCMakeLists.txt;h=c8b94ef4bc30e97a23cb9db6d1114ec14a8a1748;hb=002a0a6032440d6d01c010ef545fb0736cc86549;hp=104109efd2b5a437b221da0b6ea57ff4f5e6a29e;hpb=86fe82f06c25cfd9153e20cb584744d5601aa9c7;p=gdcm.git diff --git a/Testing/CMakeLists.txt b/Testing/CMakeLists.txt index 104109ef..c8b94ef4 100644 --- a/Testing/CMakeLists.txt +++ b/Testing/CMakeLists.txt @@ -8,10 +8,10 @@ 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 - TestInline TestUtil.cxx TestBug.cxx TestHash.cxx + TestCommand.cxx TestTS.cxx TestVR.cxx TestDictGroupName.cxx @@ -21,8 +21,14 @@ SET(TEST_SOURCES TestImageSet.cxx TestDicomDirElement.cxx TestDicomString.cxx - #TestValidate.cxx + TestEnumVR.cxx + ) +IF(UNIX) + SET(TEST_SOURCES ${TEST_SOURCES} + TestInline.cxx + ) +ENDIF(UNIX) # add tests that require data IF (GDCM_DATA_ROOT) @@ -44,6 +50,7 @@ IF (GDCM_DATA_ROOT) TestMakeDicomDir.cxx # writes a file named "NewDICOMDIR" TestSerieHelper.cxx # uses gdcmData as a default root directory TestAllVM.cxx + TestValidate.cxx #Just to have on overviews of oddities ... ) # add test that require VTK: IF(GDCM_VTK) @@ -127,11 +134,11 @@ SET(BLACK_LIST "ETIAM_video_002.dcm" #Something stupid occured in the code for LibIDO images. #I Black list them for a while. JP - "gdcm-ACR-LibIDO.acr" + #"gdcm-ACR-LibIDO.acr" "LIBIDO-24-ACR_NEMA-Rectangle.dcm" #16 Bits per pixel images with LUT 16 Bits. #I wait to be 100% sure before releasing them. JP - "rle16sti.dcm" + #rle16sti.dcm" "rle16loo.dcm" # Jasper cannot handle this image, only kakadu so far, unless you patch jasper # but then it breaks other images... @@ -142,13 +149,14 @@ SET(BLACK_LIST # I probabely messed up smething with the .png, .tst of # the images I recently added to the Test Suite # I Black list them, until I find where is the pb. - "US-RGB-8-esopecho.dcm" - "MR_Philips_Intera_No_PrivateSequenceImplicitVR.dcm" + #"US-RGB-8-esopecho.dcm" + #"MR_Philips_Intera_No_PrivateSequenceImplicitVR.dcm" + #"MR_SIEMENS_forceLoad29-1010_29-1020.dcm" + + #Still cause troubles (see the .README.txt file for more details) + "MR_Philips_Intera_in_SQ_2001_e05f_item_wrong_lgt_use_NOSHADOWSEQ.dcm" + "MR_Philips_Intera_PrivateSequenceExplicitVR.dcm" "MR_Philips_Intera_PrivateSequenceImplicitVR.dcm" - "MR_SIEMENS_forceLoad29-1010_29-1020.dcm" - # An element contains a value of 4, but no data follows - # So, the next (group, elem) is not correctly read - "gdcm-MR-PHILIPS-16-Multi-Seq.dcm" ) # Create a specific list of dicom files that we know are part of a sequence