From 3bf8c9688877f917252153b132b73c6a9ad9115e Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Sat, 7 Feb 2004 12:24:57 -0500 Subject: [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: --- testpar/Makefile.in | 4 ++-- 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 -- cgit v0.12