]> Creatis software - gdcm.git/commitdiff
COMP: Remove TestInline from non UNIX os... please fix your code
authormalaterre <malaterre>
Mon, 24 Oct 2005 17:28:15 +0000 (17:28 +0000)
committermalaterre <malaterre>
Mon, 24 Oct 2005 17:28:15 +0000 (17:28 +0000)
Testing/CMakeLists.txt

index 104109efd2b5a437b221da0b6ea57ff4f5e6a29e..54b01689fb00846532672db4d2e019a4551d279d 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
+  )
+IF(UNIX)
 
 # add tests that require data
 IF (GDCM_DATA_ROOT)