mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r16844] Description:
Adding dependency to h5repack test script. h5repack.sh needs h5repacktst to run first. Tested: Problem only appeared on Glory, but tested the dependence manually on jam by trying to run only the script and checking that it first ran the h5repacktst test program.
This commit is contained in:
parent
08889823ea
commit
bfc195feba
@ -50,6 +50,9 @@ h5repacktst_SOURCES=$(COMMON_SOURCES) h5repacktst.c
|
||||
|
||||
testh5repack_detect_szip_SOURCES=testh5repack_detect_szip.c
|
||||
|
||||
# The h5repack.sh script needs h5repacktst to run first.
|
||||
h5repack.sh.chkexe_: h5repacktst.chkexe_
|
||||
|
||||
# Temporary files. *.h5 are generated by h5repack. They should
|
||||
# copied to the testfiles/ directory if update is required.
|
||||
CHECK_CLEANFILES+=*.h5 *.bin
|
||||
|
@ -722,6 +722,9 @@ uninstall-am: uninstall-binPROGRAMS
|
||||
help:
|
||||
@$(top_srcdir)/bin/makehelp
|
||||
|
||||
# The h5repack.sh script needs h5repacktst to run first.
|
||||
h5repack.sh.chkexe_: h5repacktst.chkexe_
|
||||
|
||||
# lib/progs/tests targets recurse into subdirectories. build-* targets
|
||||
# build files in this directory.
|
||||
build-lib: $(LIB)
|
||||
|
Loading…
x
Reference in New Issue
Block a user