diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2004-02-07 17:24:55 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2004-02-07 17:24:55 (GMT) |
commit | 0b327aab21bb0d3c4657e027d184b18da97ed7a5 (patch) | |
tree | ddd668093c610a2983e33d99cfc0bbee30a25c07 | |
parent | e43ee7a86d38333d22860db3cfabaf37cbb4a5fa (diff) | |
download | hdf5-0b327aab21bb0d3c4657e027d184b18da97ed7a5.zip hdf5-0b327aab21bb0d3c4657e027d184b18da97ed7a5.tar.gz hdf5-0b327aab21bb0d3c4657e027d184b18da97ed7a5.tar.bz2 |
[svn-r8160] 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:
-rw-r--r-- | testpar/Makefile.in | 4 | ||||
-rw-r--r-- | testpar/testph5.sh.in | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/testpar/Makefile.in b/testpar/Makefile.in index 5dab28d..e4d3af4 100644 --- a/testpar/Makefile.in +++ b/testpar/Makefile.in @@ -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 diff --git a/testpar/testph5.sh.in b/testpar/testph5.sh.in index f41639e..260a2ae 100644 --- a/testpar/testph5.sh.in +++ b/testpar/testph5.sh.in @@ -56,8 +56,6 @@ TOOLTEST() { ############################################################################## ############################################################################## -# Baseline testphdf5 test -TOOLTEST # testphdf5 test using the MPI-POSIX VFL driver TOOLTEST -p |