diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-10-09 18:21:32 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-10-09 18:21:43 (GMT) |
commit | bd6de98d175b8fee9e7ba6a647a380a7b4295e1b (patch) | |
tree | 82b7c82f911cb523e082d0dbe6cd94abcff7eb51 /tools | |
parent | 3490160ad84d4104885878d3d0e0142e2b8e9483 (diff) | |
download | hdf5-bd6de98d175b8fee9e7ba6a647a380a7b4295e1b.zip hdf5-bd6de98d175b8fee9e7ba6a647a380a7b4295e1b.tar.gz hdf5-bd6de98d175b8fee9e7ba6a647a380a7b4295e1b.tar.bz2 |
Undo commit
Diffstat (limited to 'tools')
-rw-r--r-- | tools/test/h5repack/CMakeTests.cmake | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/test/h5repack/CMakeTests.cmake b/tools/test/h5repack/CMakeTests.cmake index 559dd88..c68f18a 100644 --- a/tools/test/h5repack/CMakeTests.cmake +++ b/tools/test/h5repack/CMakeTests.cmake @@ -1377,7 +1377,11 @@ ADD_H5_UD_TEST (plugin_test 0 h5repack_layout.h5 -v -f UD=257,0,1,9) ADD_H5_UD_TEST (plugin_none 0 h5repack_layout.UD.h5 -v -f NONE) # check for no parameters - ADD_H5_UD_TEST (plugin_zero 0 h5repack_layout.h5 -v -f UD=250,0,0) + set (TESTRETVAL 255) + if (WIN32) + set (TESTRETVAL -1) + endif () + ADD_H5_UD_TEST (plugin_zero ${TESTRETVAL} h5repack_layout.h5 -v -f UD=250,0,0) if (HDF5_TEST_VFD) # Run test with different Virtual File Driver |