diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2017-11-09 22:56:05 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2017-11-09 22:56:05 (GMT) |
commit | e4451b89cd94a26662507d30b538955f268c01fd (patch) | |
tree | 11df63256f5533e3621054d44ccf15172bdf74d4 /configure.ac | |
parent | 51b80a8d8585b9ccb471966d235cd99379c3bcf3 (diff) | |
parent | 00ade113c5fe7d48571a36091970328dcca68f50 (diff) | |
download | hdf5-e4451b89cd94a26662507d30b538955f268c01fd.zip hdf5-e4451b89cd94a26662507d30b538955f268c01fd.tar.gz hdf5-e4451b89cd94a26662507d30b538955f268c01fd.tar.bz2 |
Merge pull request #766 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:plugin_rework_develop_merge to develop
* commit '00ade113c5fe7d48571a36091970328dcca68f50':
Plugin test rework Cleanup of plugin test code. Renames many files. Prep for VOL branch merge.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 3dbd95c..d8f3873 100644 --- a/configure.ac +++ b/configure.ac @@ -3369,17 +3369,17 @@ AC_CONFIG_FILES([src/libhdf5.settings Makefile src/Makefile test/Makefile + test/H5srcdir_str.h test/testcheck_version.sh test/testerror.sh test/testflushrefresh.sh - test/H5srcdir_str.h test/testlibinfo.sh test/testlinks_env.sh - test/test_filenotclosed.sh test/testswmr.sh - test/test_plugin.sh - test/test_usecases.sh test/testvdsswmr.sh + test/test_filenotclosed.sh + test/test_filter_plugin.sh + test/test_usecases.sh testpar/Makefile tools/Makefile tools/lib/Makefile |