]> Creatis software - gdcm.git/blobdiff - Testing/CMakeLists.txt
Looping 10000000 times should be enought
[gdcm.git] / Testing / CMakeLists.txt
index 104109efd2b5a437b221da0b6ea57ff4f5e6a29e..f5670d92418eccdd5814ef0f39f641f6978b3018 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
@@ -23,6 +22,11 @@ SET(TEST_SOURCES
   TestDicomString.cxx
   #TestValidate.cxx
 )
+IF(UNIX)
+  SET(TEST_SOURCES ${TEST_SOURCES}
+    TestInline.cxx
+  )
+ENDIF(UNIX)
 
 # add tests that require data
 IF (GDCM_DATA_ROOT)