From b1df4a74cd6a4e620a7f73cedce611988ca151d8 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Fri, 25 Sep 1998 17:40:09 -0500 Subject: [svn-r725] Added the testh5dump test back into the automatic test. During make test, it copies the master copy testh5dump.sh to a temperary copy, testh5dump and run it. Make clean remove only duplicated version, not the original master. Platform test: baldric. --- tools/Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/Makefile.in b/tools/Makefile.in index 05202d6..96a757f 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -10,7 +10,7 @@ CPPFLAGS=-I../src -I. @CPPFLAGS@ # Tools test targets. -#TESTS=testh5dump.sh +TESTS=testh5dump # These are our main targets: PROGS=h5debug h5import h5ls h5repart h5dump @@ -42,4 +42,7 @@ h5repart: h5repart.o $(LIB) ../src/libhdf5.a h5dump: h5dump.o h5dumputil.o $(LIB) ../src/libhdf5.a $(CC) $(CFLAGS) -o $@ h5dump.o h5dumputil.o $(LIBS) +testh5dump: testh5dump.sh + cp testh5dump.sh $@ + @CONCLUDE@ -- cgit v0.12