summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2004-02-07 17:24:57 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2004-02-07 17:24:57 (GMT)
commit3bf8c9688877f917252153b132b73c6a9ad9115e (patch)
tree48daa8fed0e852dbe6a79834d7748712dc68f30f
parenta2c349d32ae124015638fe6b0e36e1d37a66e54b (diff)
downloadhdf5-3bf8c9688877f917252153b132b73c6a9ad9115e.zip
hdf5-3bf8c9688877f917252153b132b73c6a9ad9115e.tar.gz
hdf5-3bf8c9688877f917252153b132b73c6a9ad9115e.tar.bz2
[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:
-rw-r--r--testpar/Makefile.in4
-rw-r--r--testpar/testph5.sh.in2
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