diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-10-11 17:09:50 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-10-11 17:09:50 (GMT) |
commit | c2a660a0eeb29a76488b910cde4a3a5dcedf08c1 (patch) | |
tree | 6c61e10298811fd6c95e2c6db5375352a6b01329 | |
parent | 057e489276f0bd0a05a0264b9e4fc8a12cf1825d (diff) | |
download | hdf5-c2a660a0eeb29a76488b910cde4a3a5dcedf08c1.zip hdf5-c2a660a0eeb29a76488b910cde4a3a5dcedf08c1.tar.gz hdf5-c2a660a0eeb29a76488b910cde4a3a5dcedf08c1.tar.bz2 |
Enable splitter test
-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" : ""); |