summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2020-12-12 15:25:54 (GMT)
committerGitHub <noreply@github.com>2020-12-12 15:25:54 (GMT)
commitf6dce729e8cf3d6d8675fbbfe1d66ac044ba02fb (patch)
treed1d10022b843a89da8c8c62ea97433009373eadd /testpar
parent9e72b7f834eba0e7225bbec858da14431e0c6954 (diff)
downloadhdf5-f6dce729e8cf3d6d8675fbbfe1d66ac044ba02fb.zip
hdf5-f6dce729e8cf3d6d8675fbbfe1d66ac044ba02fb.tar.gz
hdf5-f6dce729e8cf3d6d8675fbbfe1d66ac044ba02fb.tar.bz2
Moves the lists of VOL connectors and VFDs in Autotools builds (#162)
The VOL_LIST variable used in the Autotools was duplicated in many subdirectories. It's been moved to config/conclude.am to avoid duplication. VFD_LIST was also moved to conclude.am.
Diffstat (limited to 'testpar')
-rw-r--r--testpar/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/testpar/Makefile.am b/testpar/Makefile.am
index 4509945..eb0adcc 100644
--- a/testpar/Makefile.am
+++ b/testpar/Makefile.am
@@ -42,11 +42,6 @@ testphdf5_SOURCES=testphdf5.c t_dset.c t_file.c t_file_image.c t_mdset.c \
# The tests all depend on the hdf5 library and the test library
LDADD = $(LIBH5TEST) $(LIBHDF5)
-# 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={}}"
-
# Temporary files
# MPItest.h5 is from t_mpi
# Para*.h5 are from testphdf