diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-01-26 17:15:30 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-01-26 17:15:30 (GMT) |
commit | ba9a30fd8e56db9d72636baebb4d05bc1e646ac8 (patch) | |
tree | d91021ca1cc58e00920316075797ca790e2f8ca7 | |
parent | 8f9f48c8a2bc89407b3276392e31399cd5ed21fa (diff) | |
download | hdf5-ba9a30fd8e56db9d72636baebb4d05bc1e646ac8.zip hdf5-ba9a30fd8e56db9d72636baebb4d05bc1e646ac8.tar.gz hdf5-ba9a30fd8e56db9d72636baebb4d05bc1e646ac8.tar.bz2 |
[svn-r26035] Add big test back for cygwin
-rw-r--r-- | test/CMakeLists.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 3b7d8db..a76d03a 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -189,7 +189,7 @@ set (H5_TESTS objcopy links unlink -# big + big mtime fillval mount @@ -218,9 +218,6 @@ set (H5_TESTS file_image unregister ) -if (NOT CYGWIN) - set (H5_TESTS ${H5_TESTS} big) -endif (NOT CYGWIN) foreach (test ${H5_TESTS}) ADD_H5_EXE(${test}) |