mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
Correct "make check-vol" regression test target.
This commit is contained in:
parent
f3ad03a538
commit
8c606f586e
@ -270,11 +270,11 @@ check-vfd: $(LIB) $(PROGS) $(chk_TESTS)
|
||||
# Run test with different Virtual Object Layer Connector
|
||||
check-vol: $(LIB) $(PROGS) $(chk_TESTS)
|
||||
@for vol in $(VOL_LIST) dummy; do \
|
||||
if test $$vol != dummy; then \
|
||||
if test "$$vol" != dummy; then \
|
||||
echo "============================"; \
|
||||
echo "Testing VOL Connector $$vol"; \
|
||||
echo "Testing VOL Connector: \"$$vol\""; \
|
||||
echo "============================"; \
|
||||
$(MAKE) $(AM_MAKEFLAGS) check-clean || exit 1; \
|
||||
HDF5_VOL_CONNECTOR=$$vol $(MAKE) $(AM_MAKEFLAGS) check || exit 1; \
|
||||
HDF5_VOL_CONNECTOR="$$vol" $(MAKE) $(AM_MAKEFLAGS) check || exit 1; \
|
||||
fi; \
|
||||
done
|
||||
|
@ -144,6 +144,8 @@ 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={}}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user