diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-10-05 17:52:31 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-10-05 17:52:31 (GMT) |
commit | 0fb60ee7aeb183adcc188302b76b660aeaf8d41e (patch) | |
tree | 1fd117d37351e6ac873164a2164dd481b218e193 /tools/h5ls/Makefile.am | |
parent | 888a002cddaa4e1d9a165ea01dfe62f399df9eb9 (diff) | |
parent | 81c4e2133afafac614e21675c927ea5cca109083 (diff) | |
download | hdf5-0fb60ee7aeb183adcc188302b76b660aeaf8d41e.zip hdf5-0fb60ee7aeb183adcc188302b76b660aeaf8d41e.tar.gz hdf5-0fb60ee7aeb183adcc188302b76b660aeaf8d41e.tar.bz2 |
[svn-r27958] Description:
Reintegration merge of the VDS branch.
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial & parallel
(daily tested for h5committest)
Diffstat (limited to 'tools/h5ls/Makefile.am')
-rw-r--r-- | tools/h5ls/Makefile.am | 2 |
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) |