X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=Testing%2FCMakeLists.txt;h=f5fdc2913de2a33f75f04ea15dfb3db7b9366aef;hb=0d8ca63a1a2c1a61c2e2b92526ba81c9885702ba;hp=39574bd023eaec48e79f040a2e6d82fdca0e107b;hpb=3ecb9d2fa20c51e6ca896b22fbaa21cea5539f33;p=gdcm.git diff --git a/Testing/CMakeLists.txt b/Testing/CMakeLists.txt index 39574bd0..f5fdc291 100644 --- a/Testing/CMakeLists.txt +++ b/Testing/CMakeLists.txt @@ -12,6 +12,7 @@ SET(TEST_SOURCES TestDcm2Acr.cxx TestHash.cxx TestWrite.cxx + TestWriteRead.cxx TestWriteSimple.cxx ) @@ -19,7 +20,7 @@ SET(TEST_SOURCES IF (GDCM_DATA_ROOT) SET(TEST_SOURCES ${TEST_SOURCES} #PrintHeader.cxx #require test.acr - PrintDocument.cxx #require test.acr + PrintAllDocument.cxx #require test.acr PrintDicomDir.cxx TestFindTags.cxx TestChangeHeader.cxx