summaryrefslogtreecommitdiffstats
path: root/tools/h5ls/Makefile.am
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2015-06-16 21:25:03 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2015-06-16 21:25:03 (GMT)
commit616106ade325b1973ef9f5220d6864ae54112b47 (patch)
tree7e2036a8d291848950a1de6f7237d688399a6949 /tools/h5ls/Makefile.am
parent3d5c3851a3b24a726174847519f556eb627348cb (diff)
downloadhdf5-616106ade325b1973ef9f5220d6864ae54112b47.zip
hdf5-616106ade325b1973ef9f5220d6864ae54112b47.tar.gz
hdf5-616106ade325b1973ef9f5220d6864ae54112b47.tar.bz2
[svn-r27219] Add h5dump and h5 ls VDS test scripts to autools configure
Diffstat (limited to 'tools/h5ls/Makefile.am')
-rw-r--r--tools/h5ls/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5ls/Makefile.am b/tools/h5ls/Makefile.am
index 408ce93..54a06f1 100644
--- a/tools/h5ls/Makefile.am
+++ b/tools/h5ls/Makefile.am
@@ -24,7 +24,7 @@ include $(top_srcdir)/config/commence.am
AM_CPPFLAGS+=-I$(top_srcdir)/src -I$(top_srcdir)/tools/lib
# Test programs and scripts
-TEST_SCRIPT=testh5ls.sh
+TEST_SCRIPT=testh5ls.sh testh5lsvds.sh
check_SCRIPTS=$(TEST_SCRIPT)
SCRIPT_DEPEND=h5ls$(EXEEXT)