From a8e09cbc3eca78877733309a64615b0c96979c1e Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Wed, 9 Jun 2004 13:06:23 -0500 Subject: [svn-r8635] Purpose: Bug fix Description: Correct path to new testh5dump.sh, now that it's generated. Platforms tested: FreeBSD 4.10 (sleipnir) w & w/o srcdir Too minor to require h5committest --- tools/h5dump/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/h5dump/Makefile.in b/tools/h5dump/Makefile.in index c33ca0c..0206296 100644 --- a/tools/h5dump/Makefile.in +++ b/tools/h5dump/Makefile.in @@ -27,7 +27,7 @@ CPPFLAGS=-I. -I$(srcdir) -I$(top_builddir)/src -I$(top_srcdir)/src \ ## Test programs and scripts. ## TEST_PROGS=h5dumpgentest -TEST_SCRIPTS=$(srcdir)/testh5dump.sh $(srcdir)/testh5dumpxml.sh +TEST_SCRIPTS=./testh5dump.sh $(srcdir)/testh5dumpxml.sh ## These are our main targets: library and tools. ## -- cgit v0.12