From 0d47bd3c050dce5f3ea284809dbda001ca94a1b7 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Mon, 12 Dec 2005 17:38:50 -0500 Subject: [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). --- bin/buildhdf5 | 7 +++++-- 1 file 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" -- cgit v0.12