]> Creatis software - gdcm.git/blobdiff - Testing/CMakeLists.txt
ENH: Adding proof of concept to replace current implementation of string VR by an...
[gdcm.git] / Testing / CMakeLists.txt
index f5670d92418eccdd5814ef0f39f641f6978b3018..4b16fcb0eaf6efc7621f01d5f3579c0f2c6a5615 100644 (file)
@@ -20,7 +20,8 @@ SET(TEST_SOURCES
   TestImageSet.cxx
   TestDicomDirElement.cxx
   TestDicomString.cxx
-  #TestValidate.cxx
+  TestEnumVR.cxx
+
 )
 IF(UNIX)
   SET(TEST_SOURCES ${TEST_SOURCES}
@@ -48,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)