[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.
This commit is contained in:
Albert Cheng 2007-04-19 11:00:49 -05:00
parent 2ad7c73e5b
commit 1d3bcea769

View File

@ -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.