mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-19 16:50:46 +08:00
[svn-r8161] Purpose:
Bug fix Description: make check without doing make first would fail to build testphdf5. Solution: Put the testphdf5 back in the target of TEST_PROG_PP and removed the "testphdf" without any parameter from testph5.sh. Platforms tested: copper parallel. This is not relevant to non-parallel cases. Misc. update:
This commit is contained in:
parent
a2c349d32a
commit
3bf8c96888
@ -29,11 +29,11 @@ RUNTEST=$(RUNPARALLEL)
|
||||
|
||||
## Test programs and scripts.
|
||||
##
|
||||
TEST_PROGS_PARA=t_mpi t_fphdf5
|
||||
TEST_PROGS_PARA=t_mpi t_fphdf5 testphdf5
|
||||
TEST_SCRIPTS=testph5.sh
|
||||
|
||||
## These are our main targets
|
||||
PROGS=$(TEST_PROGS_PARA) testphdf5
|
||||
PROGS=$(TEST_PROGS_PARA)
|
||||
|
||||
## Temporary files
|
||||
## MPItest.h5 is from t_mpi
|
||||
|
@ -56,8 +56,6 @@ TOOLTEST() {
|
||||
##############################################################################
|
||||
##############################################################################
|
||||
|
||||
# Baseline testphdf5 test
|
||||
TOOLTEST
|
||||
# testphdf5 test using the MPI-POSIX VFL driver
|
||||
TOOLTEST -p
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user