diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2019-04-15 18:43:16 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2019-04-15 18:43:16 (GMT) |
commit | 5d3d1da9272a0d7fb4028839c3e146bc63fbcb5a (patch) | |
tree | 791160c644d035019e7f7797876aa0ae54e6e0d2 /config | |
parent | 5696c02a3cceec73cfb404b7415ca33ca1a48718 (diff) | |
parent | 9ee3d472113fc3e66ef34e40a0990ed07a2824bc (diff) | |
download | hdf5-5d3d1da9272a0d7fb4028839c3e146bc63fbcb5a.zip hdf5-5d3d1da9272a0d7fb4028839c3e146bc63fbcb5a.tar.gz hdf5-5d3d1da9272a0d7fb4028839c3e146bc63fbcb5a.tar.bz2 |
Merge pull request #1652 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:check_passthrough_vol to develop
* commit '9ee3d472113fc3e66ef34e40a0990ed07a2824bc':
Renamed the HDF5_TEST_VOL option to HDF5_TEST_PASSTHROUGH_VOL.
Renamed the autotools check-vol target to check-passthrough-vol.
Diffstat (limited to 'config')
-rw-r--r-- | config/commence.am | 4 | ||||
-rw-r--r-- | config/conclude.am | 6 |
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 "============================"; \ |