diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-12-31 20:25:05 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-12-31 20:25:05 (GMT) |
commit | b3a3693688ce862ff1f45d5882f431b428c0c235 (patch) | |
tree | 39a0954f58094b97d13d0062328c16a62dead42a /tools | |
parent | 7a510bcb4d3faa3b1393a97fcc5b2e40d42b0133 (diff) | |
download | hdf5-b3a3693688ce862ff1f45d5882f431b428c0c235.zip hdf5-b3a3693688ce862ff1f45d5882f431b428c0c235.tar.gz hdf5-b3a3693688ce862ff1f45d5882f431b428c0c235.tar.bz2 |
[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
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5repack/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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. ## |