[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.
This commit is contained in:
Albert Cheng 1998-09-25 17:40:09 -05:00
parent 06935ba4bb
commit b1df4a74cd

View File

@ -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@