summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-04-07 18:25:39 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-04-07 18:25:39 (GMT)
commitdfc2a0993c076387d96f08e812e6eb9a84e4b778 (patch)
tree694520f115c6807d21b21096e89fc9e2b1742877 /tools
parentb7dc1ef6f4c9e8a3e1dd4ee18f2dafcd763c21c1 (diff)
downloadhdf5-dfc2a0993c076387d96f08e812e6eb9a84e4b778.zip
hdf5-dfc2a0993c076387d96f08e812e6eb9a84e4b778.tar.gz
hdf5-dfc2a0993c076387d96f08e812e6eb9a84e4b778.tar.bz2
Brings H5module.h from develop and fixes Autotools badness
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 3fe282e..f3c47c7 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -30,9 +30,4 @@ CONFIG=ordered
# All subdirectories
SUBDIRS=lib src $(TESTSERIAL_DIR)
-# 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={}}"
-
include $(top_srcdir)/config/conclude.am