]> Creatis software - gdcm.git/blobdiff - Testing/CMakeLists.txt
COMP: Remove TestInline from non UNIX os... please fix your code
[gdcm.git] / Testing / CMakeLists.txt
index 0b3129eaad7df8e993c45bbb07fc200ed946428e..54b01689fb00846532672db4d2e019a4551d279d 100644 (file)
@@ -12,7 +12,7 @@ SET(TEST_SOURCES
   TestBug.cxx
   TestHash.cxx
   TestTS.cxx
-  #TestVR.cxx
+  TestVR.cxx
   TestDictGroupName.cxx
   TestDict.cxx
   TestDataEntry.cxx
@@ -22,6 +22,11 @@ SET(TEST_SOURCES
   TestDicomString.cxx
   #TestValidate.cxx
 )
+IF(UNIX)
+  SET(TEST_SOURCES ${TEST_SOURCES}
+    TestInline.cxx
+  )
+IF(UNIX)
 
 # add tests that require data
 IF (GDCM_DATA_ROOT)
@@ -42,6 +47,7 @@ IF (GDCM_DATA_ROOT)
     TestBuildUpDicomDir.cxx          # writes a file named "NewDICOMDIR"
     TestMakeDicomDir.cxx             # writes a file named "NewDICOMDIR"
     TestSerieHelper.cxx              # uses gdcmData as a default root directory    
+    TestAllVM.cxx
   )
   # add test that require VTK:
   IF(GDCM_VTK)