]> Creatis software - gdcm.git/blobdiff - Testing/CMakeLists.txt
Try to track the "FIXME" problem for VM
[gdcm.git] / Testing / CMakeLists.txt
index a845c7479a1a91d52aeb15476f1025441dffcfc5..ddf756f25c1af482a30411cb4763e7fbffdfe149 100644 (file)
@@ -20,8 +20,13 @@ SET(TEST_SOURCES
   TestImageSet.cxx
   TestDicomDirElement.cxx
   TestDicomString.cxx
-  #TestValidate.cxx
+
 )
+IF(UNIX)
+  SET(TEST_SOURCES ${TEST_SOURCES}
+    TestInline.cxx
+  )
+ENDIF(UNIX)
 
 # add tests that require data
 IF (GDCM_DATA_ROOT)
@@ -43,6 +48,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)