[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:
Albert Cheng 2004-02-07 12:24:57 -05:00
parent a2c349d32a
commit 3bf8c96888
2 changed files with 2 additions and 4 deletions

View File

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

View File

@ -56,8 +56,6 @@ TOOLTEST() {
##############################################################################
##############################################################################
# Baseline testphdf5 test
TOOLTEST
# testphdf5 test using the MPI-POSIX VFL driver
TOOLTEST -p