summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-04-07 16:29:27 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-04-07 16:29:27 (GMT)
commit17c7cf94755aabd4885a3cbd287e65240ab04b49 (patch)
treee4664ba62f36b7f7979a45bf4074439ce818e71a /test
parent4857beeb30b0bac6ea5f4467d8c07be9f3ed2ae0 (diff)
downloadhdf5-17c7cf94755aabd4885a3cbd287e65240ab04b49.zip
hdf5-17c7cf94755aabd4885a3cbd287e65240ab04b49.tar.gz
hdf5-17c7cf94755aabd4885a3cbd287e65240ab04b49.tar.bz2
Moves VFD and VOL make check targets to conclude.am
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 566eec0..092645f 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -173,16 +173,6 @@ vfd_swmr_zoo_reader_SOURCES=vfd_swmr_zoo_writer.c genall5.c
vfd_swmr_bigset_reader_SOURCES=vfd_swmr_bigset_writer.c
vfd_swmr_group_reader_SOURCES=vfd_swmr_group_writer.c
-VFD_LIST = sec2 stdio core core_paged split multi family
-if DIRECT_VFD_CONDITIONAL
- VFD_LIST += direct
-endif
-
-# Test with just the native connector, with a single pass-through connector
-# and with a doubly-stacked pass-through.
-VOL_LIST = native "pass_through under_vol=0;under_info={}" \
- "pass_through under_vol=505;under_info={under_vol=0;under_info={}}"
-
# Additional target for running timing test
timings _timings: testmeta
@for timing in $(TIMINGS) dummy; do \
@@ -192,7 +182,6 @@ timings _timings: testmeta
fi; \
done;
-
# The flush1 test must run before the flush2 test
flush2.chkexe_: flush1.chkexe_