summaryrefslogtreecommitdiffstats
path: root/bin/buildhdf5
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2005-12-12 22:38:50 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2005-12-12 22:38:50 (GMT)
commit0d47bd3c050dce5f3ea284809dbda001ca94a1b7 (patch)
tree2651012ba6a7401483db656324834a77b48c66b8 /bin/buildhdf5
parentcfbc02d03004deff00b159d590b2e41ece948106 (diff)
downloadhdf5-0d47bd3c050dce5f3ea284809dbda001ca94a1b7.zip
hdf5-0d47bd3c050dce5f3ea284809dbda001ca94a1b7.tar.gz
hdf5-0d47bd3c050dce5f3ea284809dbda001ca94a1b7.tar.bz2
[svn-r11789] Purpose:
Improvement. Description: Splitted the "make check" into "make check-s" and "make check-p" so that it is clearer which nature of tests are being tested. Platforms tested: heping (serial and pp).
Diffstat (limited to 'bin/buildhdf5')
-rwxr-xr-xbin/buildhdf57
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/buildhdf5 b/bin/buildhdf5
index 049da28..5da7ab2 100755
--- a/bin/buildhdf5
+++ b/bin/buildhdf5
@@ -236,8 +236,11 @@ fi
# Compile
STEP "Make HDF5..." "$MAKE" "#make"
-# Tests
-STEP "Testing HDF5..." "$MAKE check" "#test"
+# Serial tests
+STEP "Testing HDF5 serial parts..." "$MAKE check-s" "#test-s"
+
+# Parallel tests
+STEP "Testing HDF5 parallel parts..." "$MAKE check-p" "#test-p"
# all done
echo "No Errors encountered"