]> Creatis software - gdcm.git/blobdiff - Testing/CMakeLists.txt
ENH: Huge commit to remove the previous implementation for jpeg/fragments/multiframes...
[gdcm.git] / Testing / CMakeLists.txt
index fb86ee41ca3069247ca29a8b8bb246eba8df8319..48a2fb540341a1619551339e7163534a9f18965a 100644 (file)
@@ -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
@@ -150,6 +151,12 @@ SET(BLACK_LIST
   # (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"
+  "D_CLUNIE_CT1_JLSN.dcm"
   )