From b3a3693688ce862ff1f45d5882f431b428c0c235 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Wed, 31 Dec 2003 15:25:05 -0500 Subject: [svn-r8005] Purpose: Code cleanup Description: Removed redundant testing script from being executed, since it's just running the program in the "TEST_PROGS" macro. Platforms tested: FreeBSD 4.9 (sleipnir) too minor for h5committest --- tools/h5repack/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/h5repack/Makefile.in b/tools/h5repack/Makefile.in index 83bbee1..757771d 100644 --- a/tools/h5repack/Makefile.in +++ b/tools/h5repack/Makefile.in @@ -28,7 +28,7 @@ CPPFLAGS=-I. -I$(srcdir) -I$(top_builddir)/src -I$(top_srcdir)/src \ ## Test programs and scripts. ## TEST_PROGS=h5repacktst -TEST_SCRIPTS=$(srcdir)/h5repack.sh +TEST_SCRIPTS= ## These are our main targets: library and tools. ## -- cgit v0.12