From 1d3bcea76904c11b2646d3fe4537503ee5fe1d10 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Thu, 19 Apr 2007 11:00:49 -0500 Subject: [svn-r13688] purpose: bug fix (760) Description: The two h5fc myprog.c libmylib.a tests work now. Changed them from SKIP to test again. Tested platforms: kagiso. --- fortran/examples/testh5fc.sh.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fortran/examples/testh5fc.sh.in b/fortran/examples/testh5fc.sh.in index 1a4bb8f..d45d39c 100755 --- a/fortran/examples/testh5fc.sh.in +++ b/fortran/examples/testh5fc.sh.in @@ -170,7 +170,7 @@ TOOLTEST() { } # Print a "SKIP" message -SKIP() { +SKIPTEST() { TESTING $H5TOOL $@ echo " -SKIP-" } @@ -198,8 +198,8 @@ echo "***"Build external library and link with it. TOOLTEST -c $prog1 $prog2 $AR cru $applib $prog1_o $prog2_o $RANLIB $applib -SKIP $appmain $applib -SKIP $appmain_o $applib +TOOLTEST $appmain $applib +TOOLTEST $appmain_o $applib # No preprocess test since -E is not a common option for Fortran compilers. -- cgit v0.12