diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2009-09-14 19:52:42 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2009-09-14 19:52:42 (GMT) |
commit | 43db8230440604cac42af68264465c8a24605647 (patch) | |
tree | 1fc8f9d2969ab3a4243ce2f64316e028ed11fd7e /tools/misc/Makefile.am | |
parent | fa3eab20dddb1b816e36c41d8bdb189ec34bbd0a (diff) | |
download | hdf5-43db8230440604cac42af68264465c8a24605647.zip hdf5-43db8230440604cac42af68264465c8a24605647.tar.gz hdf5-43db8230440604cac42af68264465c8a24605647.tar.bz2 |
[svn-r17475] Added error handling to h5dump and region reference handling functions in the tools lib. Bring back from NPOESS. Added missing tests to h5dump test script for region references.
Tested: local linux
Diffstat (limited to 'tools/misc/Makefile.am')
-rw-r--r-- | tools/misc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/misc/Makefile.am b/tools/misc/Makefile.am index 7f78465..fe1acbd 100644 --- a/tools/misc/Makefile.am +++ b/tools/misc/Makefile.am @@ -24,7 +24,7 @@ include $(top_srcdir)/config/commence.am INCLUDES=-I$(top_srcdir)/src -I$(top_srcdir)/tools/lib #test script and program -TEST_PROG=h5repart_gentest +TEST_PROG=h5repart_gentest talign TEST_SCRIPT=testh5repart.sh $(srcdir)/testh5mkgrp.sh check_PROGRAMS=$(TEST_PROG) repart_test |