summaryrefslogtreecommitdiffstats
path: root/c++/config
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-03-02 18:12:25 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-03-02 18:12:25 (GMT)
commit038e7301a4741e2847932fda3d520d3edc0e67f2 (patch)
treeaf1b43bd088f35251a13e0a48d346e65d8685efd /c++/config
parent84d46a8d505460dddcf4f4ac587f8b905f7325f1 (diff)
downloadhdf5-038e7301a4741e2847932fda3d520d3edc0e67f2.zip
hdf5-038e7301a4741e2847932fda3d520d3edc0e67f2.tar.gz
hdf5-038e7301a4741e2847932fda3d520d3edc0e67f2.tar.bz2
[svn-r3536] Purpose:
Bug Fix Description: The RUNSERIAL and RUNPARALLEL macros weren't needed in the C++ stuff and were messing up some of the testing. Solution: Removed them. Platforms tested: Linux
Diffstat (limited to 'c++/config')
-rw-r--r--c++/config/commence.in3
-rw-r--r--c++/config/conclude.in3
2 files changed, 1 insertions, 5 deletions
diff --git a/c++/config/commence.in b/c++/config/commence.in
index 872fdb0..a6a3237 100644
--- a/c++/config/commence.in
+++ b/c++/config/commence.in
@@ -28,9 +28,6 @@ CP=cp
INSTALL=@INSTALL@
INSTALL_PROGRAM=@INSTALL_PROGRAM@
INSTALL_DATA=@INSTALL_DATA@
-RUNSERIAL=@RUNSERIAL@
-RUNPARALLEL=@RUNPARALLEL@
-RUNTEST=$(RUNSERIAL)
TRACE=:
## Installation points
diff --git a/c++/config/conclude.in b/c++/config/conclude.in
index ac6897f..46ef19a 100644
--- a/c++/config/conclude.in
+++ b/c++/config/conclude.in
@@ -29,7 +29,7 @@ check test _test: tests
echo "Testing $$test $(TEST_FLAGS)"; \
echo "============================"; \
srcdir="$(srcdir)" \
- $(RUNTEST) ./$$test $(TEST_FLAGS) || \
+ ./$$test $(TEST_FLAGS) || \
(test $$HDF5_Make_Ignore && echo "*** Error ignored") || \
break; \
echo ""; \
@@ -41,7 +41,6 @@ check test _test: tests
echo "============================"; \
echo "Testing $$test $(TEST_FLAGS)"; \
echo "============================"; \
- RUNSERIAL="$(RUNSERIAL)" RUNPARALLEL="$(RUNPARALLEL)" \
srcdir="$(srcdir)" \
/bin/sh $$test $(TEST_FLAGS) || \
(test $$HDF5_Make_Ignore && echo "*** Error ignored") || \