]> Creatis software - gdcm.git/blobdiff - Testing/CMakeLists.txt
BUG: Revert to revision 1.99 because current version was breaking on Win32/Vs6 system...
[gdcm.git] / Testing / CMakeLists.txt
index eb0c544f225d16fb316a5424b3a49c1cc68c9dfb..e956a8316ef3da1c29c7bf3c87844a207cd7a833 100644 (file)
@@ -15,7 +15,6 @@ SET(TEST_SOURCES
   TestUtil.cxx
   TestDicomString.cxx
   TestDict.cxx
-  TestDirList.cxx
 )
 
 # add tests that require data
@@ -32,6 +31,7 @@ IF (GDCM_DATA_ROOT)
     TestDicomDir.cxx                 # require DICOMDIR
     BuildUpDicomDir.cxx              # writes a file named "NewDICOMDIR"
     makeDicomDir.cxx                 # writes a file named "NewDICOMDIR"
+    TestDirList.cxx
   )
   # add test that require VTK:
   IF(GDCM_VTK)