mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-13 16:47:58 +08:00
[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:
parent
2ad7c73e5b
commit
1d3bcea769
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user