summaryrefslogtreecommitdiffstats
path: root/tools/h5dump/Makefile.am
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2012-05-22 20:34:34 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2012-05-22 20:34:34 (GMT)
commit2f8b5057c1613f02e3ba24aa2511734e5ea836bd (patch)
tree6ce5f83321d69f01865ddabcad52dbc965ea2f6e /tools/h5dump/Makefile.am
parent0cbde329bd1dcf82c909f16bf49929a437c608a2 (diff)
downloadhdf5-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.am2
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)