diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2020-10-11 22:06:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-11 22:06:07 (GMT) |
commit | 3b56261062540cc57c10a9bffb309d7cb4437c56 (patch) | |
tree | 6c61e10298811fd6c95e2c6db5375352a6b01329 | |
parent | 057e489276f0bd0a05a0264b9e4fc8a12cf1825d (diff) | |
download | hdf5-3b56261062540cc57c10a9bffb309d7cb4437c56.zip hdf5-3b56261062540cc57c10a9bffb309d7cb4437c56.tar.gz hdf5-3b56261062540cc57c10a9bffb309d7cb4437c56.tar.bz2 |
Enable splitter test (#33)
-rw-r--r-- | test/vfd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3336,7 +3336,7 @@ main(void) nerrors += test_stdio() < 0 ? 1 : 0; nerrors += test_windows() < 0 ? 1 : 0; nerrors += test_ros3() < 0 ? 1 : 0; - /* nerrors += test_splitter() < 0 ? 1 : 0; */ + nerrors += test_splitter() < 0 ? 1 : 0; if (nerrors) { HDprintf("***** %d Virtual File Driver TEST%s FAILED! *****\n", nerrors, nerrors > 1 ? "S" : ""); |