summaryrefslogtreecommitdiffstats
path: root/tools/Makefile.in
diff options
context:
space:
mode:
authorRuey-Hsia Li <rli@ncsa.uiuc.edu>1998-09-03 20:46:32 (GMT)
committerRuey-Hsia Li <rli@ncsa.uiuc.edu>1998-09-03 20:46:32 (GMT)
commit23d08b350995b2d19434362ea591635cf8df6ac5 (patch)
treeecc195f445e76c6f2e4dbacf305be063b9c97e23 /tools/Makefile.in
parent2bbe015b85de75eca0ae58ea4b8cfac91de6cb65 (diff)
downloadhdf5-23d08b350995b2d19434362ea591635cf8df6ac5.zip
hdf5-23d08b350995b2d19434362ea591635cf8df6ac5.tar.gz
hdf5-23d08b350995b2d19434362ea591635cf8df6ac5.tar.bz2
[svn-r666] Added TESTS entries to Makefile.in for automatic tests.
Initial version of testh5dump.sh which runs the h5dump tests.
Diffstat (limited to 'tools/Makefile.in')
-rw-r--r--tools/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in
index e2c14c9..f10990e 100644
--- a/tools/Makefile.in
+++ b/tools/Makefile.in
@@ -9,6 +9,9 @@
# Add include directory to the C preprocessor flags.
CPPFLAGS=-I../src -I. @CPPFLAGS@
+# Tools test targets.
+TESTS=testh5dump.sh
+
# These are our main targets:
PROGS=h5debug h5import h5ls h5repart h5dump
LIB=libh5tools.a