mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[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:
parent
06935ba4bb
commit
b1df4a74cd
@ -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@
|
||||
|
Loading…
x
Reference in New Issue
Block a user