summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-04-11 17:46:22 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2019-04-11 17:46:22 (GMT)
commitff51724bdbd1afcc494d9720e2f1192bda4810df (patch)
tree4a89ee8ee15914ecd633d1111da3ad3986196916 /config
parent52276f3713eec584044bc72d4724507848cfeba0 (diff)
downloadhdf5-ff51724bdbd1afcc494d9720e2f1192bda4810df.zip
hdf5-ff51724bdbd1afcc494d9720e2f1192bda4810df.tar.gz
hdf5-ff51724bdbd1afcc494d9720e2f1192bda4810df.tar.bz2
Renamed the autotools check-vol target to check-passthrough-vol.
Diffstat (limited to 'config')
-rw-r--r--config/commence.am4
-rw-r--r--config/conclude.am6
2 files changed, 6 insertions, 4 deletions
diff --git a/config/commence.am b/config/commence.am
index 5d88a88..a16eee5 100644
--- a/config/commence.am
+++ b/config/commence.am
@@ -97,8 +97,8 @@ CHECK_CLEANFILES=*.chkexe *.chklog *.clog *.clog2
# exists.
.PHONY: build-check-clean build-check-p build-check-s build-lib build-progs \
build-tests check-clean check-install check-p check-s check-vfd \
- check-vol install-doc lib progs tests uninstall-doc _exec_check-s \
- _test help
+ check-passthrough-vol install-doc lib progs tests uninstall-doc \
+ _exec_check-s _test help
help:
@$(top_srcdir)/bin/makehelp
diff --git a/config/conclude.am b/config/conclude.am
index 9da1da5..2eec03a 100644
--- a/config/conclude.am
+++ b/config/conclude.am
@@ -282,8 +282,10 @@ check-vfd: $(LIB) $(PROGS) $(chk_TESTS)
fi; \
done
-# Run test with different Virtual Object Layer Connector
-check-vol: $(LIB) $(PROGS) $(chk_TESTS)
+# 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.
+check-passthrough-vol: $(LIB) $(PROGS) $(chk_TESTS)
@for vol in $(VOL_LIST) dummy; do \
if test "$$vol" != dummy; then \
echo "============================"; \