summaryrefslogtreecommitdiffstats
path: root/config/conclude.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/conclude.in')
-rw-r--r--config/conclude.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/config/conclude.in b/config/conclude.in
index 1381cbb..0356e06 100644
--- a/config/conclude.in
+++ b/config/conclude.in
@@ -81,6 +81,17 @@ check test _test: tests
fi; \
done
+## Run test with different Virtual File Driver
+check-vfd:
+ @for vfd in $(VFD_LIST) dummy; do \
+ if test $$vfd != dummy; then \
+ echo "============================"; \
+ echo "Testing Virtual File Driver $$vfd"; \
+ echo "============================"; \
+ HDF5_DRIVER=$$vfd $(MAKE) check; \
+ fi; \
+ done
+
## Make installation directories directories if they don't exist.
##
$(libdir):