diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-05-22 20:34:34 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-05-22 20:34:34 (GMT) |
commit | 2f8b5057c1613f02e3ba24aa2511734e5ea836bd (patch) | |
tree | 6ce5f83321d69f01865ddabcad52dbc965ea2f6e /tools/h5dump/Makefile.am | |
parent | 0cbde329bd1dcf82c909f16bf49929a437c608a2 (diff) | |
download | hdf5-2f8b5057c1613f02e3ba24aa2511734e5ea836bd.zip hdf5-2f8b5057c1613f02e3ba24aa2511734e5ea836bd.tar.gz hdf5-2f8b5057c1613f02e3ba24aa2511734e5ea836bd.tar.bz2 |
[svn-r22390] Break out the packed bits tests into a new script.
reconfigure on jam
Tested: local linux
Diffstat (limited to 'tools/h5dump/Makefile.am')
-rw-r--r-- | tools/h5dump/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/Makefile.am b/tools/h5dump/Makefile.am index 97d81c2..38864f5 100644 --- a/tools/h5dump/Makefile.am +++ b/tools/h5dump/Makefile.am @@ -25,7 +25,7 @@ INCLUDES=-I$(top_srcdir)/src -I$(top_srcdir)/tools/lib # Test programs and scripts TEST_PROG=h5dumpgentest -TEST_SCRIPT=testh5dump.sh testh5dumpxml.sh +TEST_SCRIPT=testh5dump.sh testh5dumppbits.sh testh5dumpxml.sh check_PROGRAMS=$(TEST_PROG) binread check_SCRIPTS=$(TEST_SCRIPT) |