mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r5791] Purpose:
Code update. Description: Added dependency on test scripts to "make check" target Platforms tested: FreeBSD 4.6 (sleipnir) & IRIX64 6.5 (modi4)
This commit is contained in:
parent
2cf9aa63ab
commit
f10e0cc1eb
@ -33,7 +33,7 @@ TAGS: $(LIB_SRC)
|
||||
## Since tests are done in a shell loop, "make -i" does apply inside it.
|
||||
## Set HDF5_Make_Ignore to a non-blank string to ignore errors inside the loop.
|
||||
##
|
||||
tests: $(TEST_PROGS) $(TEST_PROGS_PARA) $(LIB)
|
||||
tests: $(TEST_PROGS) $(TEST_PROGS_PARA) $(TEST_SCRIPTS) $(LIB)
|
||||
check test _test: tests
|
||||
@for test in $(TEST_PROGS) dummy; do \
|
||||
if test $$test != dummy; then \
|
||||
|
Loading…
Reference in New Issue
Block a user