summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2020-10-11 22:06:07 (GMT)
committerGitHub <noreply@github.com>2020-10-11 22:06:07 (GMT)
commit3b56261062540cc57c10a9bffb309d7cb4437c56 (patch)
tree6c61e10298811fd6c95e2c6db5375352a6b01329
parent057e489276f0bd0a05a0264b9e4fc8a12cf1825d (diff)
downloadhdf5-3b56261062540cc57c10a9bffb309d7cb4437c56.zip
hdf5-3b56261062540cc57c10a9bffb309d7cb4437c56.tar.gz
hdf5-3b56261062540cc57c10a9bffb309d7cb4437c56.tar.bz2
Enable splitter test (#33)
-rw-r--r--test/vfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vfd.c b/test/vfd.c
index fb20c50..373a57e 100644
--- a/test/vfd.c
+++ b/test/vfd.c
@@ -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" : "");