[svn-r9872] Purpose:

New feature.

Description:
Added new tool ph5diff. (Code done by Leon Arber.)
Code is changed but test is not working yet. For now,
it skipped all tests.

Platforms tested:
Tested in heping, serial and parallel modes.
This commit is contained in:
Albert Cheng
2005-01-26 18:03:29 -05:00
parent 3cb812ae8a
commit 42754e6246
9 changed files with 3325 additions and 2852 deletions

View File

@@ -47,6 +47,9 @@ TESTING() {
# non-zero value.
#
TOOLTEST() {
if test -n "$RUNPARALLEL"; then
echo $* SKIPPED
else
expect="$srcdir/../testfiles/$1"
actual="../testfiles/`basename $1 .txt`.out"
actual_err="../testfiles/`basename $1 .txt`.err"
@@ -86,6 +89,7 @@ TOOLTEST() {
if test -z "$HDF5_NOCLEANUP"; then
rm -f $actual $actual_err
fi
fi
}
##############################################################################