]> Creatis software - gdcm.git/blobdiff - Testing/CMakeLists.txt
ENH: Some more fixes... damn ny eyes are tired...
[gdcm.git] / Testing / CMakeLists.txt
index 104109efd2b5a437b221da0b6ea57ff4f5e6a29e..4b16fcb0eaf6efc7621f01d5f3579c0f2c6a5615 100644 (file)
@@ -8,7 +8,6 @@ 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
@@ -21,8 +20,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 +49,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)