summaryrefslogtreecommitdiffstats
path: root/test/CMakeTests.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'test/CMakeTests.cmake')
-rw-r--r--test/CMakeTests.cmake7
1 files changed, 5 insertions, 2 deletions
diff --git a/test/CMakeTests.cmake b/test/CMakeTests.cmake
index cc105e7..feab583 100644
--- a/test/CMakeTests.cmake
+++ b/test/CMakeTests.cmake
@@ -381,7 +381,7 @@ IF (HDF5_TEST_VFD)
objcopy
links
unlink
- big
+# big
mtime
fillval
mount
@@ -408,7 +408,10 @@ IF (HDF5_TEST_VFD)
testmeta
links_env
unregister
-)
+ )
+ IF (NOT CYGWIN)
+ SET (H5_VFD_TESTS "${H5_VFD_TESTS} big")
+ ENDIF (NOT CYGWIN)
IF (DIRECT_VFD)
SET (VFD_LIST ${VFD_LIST} direct)