summaryrefslogtreecommitdiffstats
path: root/config
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 /config
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 'config')
-rw-r--r--config/conclude.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/config/conclude.am b/config/conclude.am
index 9b2298c..7d19082 100644
--- a/config/conclude.am
+++ b/config/conclude.am
@@ -270,6 +270,11 @@ build-check-p: $(LIB) $(PROGS) $(chk_TESTS)
echo "===Parallel tests in `echo ${PWD} | sed -e s:.*/::` ended `date`===";\
fi
+VFD_LIST = sec2 stdio core core_paged split multi family
+if DIRECT_VFD_CONDITIONAL
+ VFD_LIST += direct
+endif
+
# Run test with different Virtual File Driver
check-vfd: $(LIB) $(PROGS) $(chk_TESTS)
@for vfd in $(VFD_LIST) dummy; do \
@@ -282,6 +287,14 @@ check-vfd: $(LIB) $(PROGS) $(chk_TESTS)
fi; \
done
+# Test with just the native connector, with a single pass-through connector
+# and with a doubly-stacked pass-through.
+#
+# native = 0
+# pass-through = 1
+VOL_LIST = native "pass_through under_vol=0;under_info={}" \
+ "pass_through under_vol=1;under_info={under_vol=0;under_info={}}"
+
# Run test with different passthrough Virtual Object Layer Connector
# NOTE: Will only succeed with passthrough VOL connectors that use
# the native VOL connector as the terminal connector.