diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2007-04-19 16:00:49 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2007-04-19 16:00:49 (GMT) |
commit | 1d3bcea76904c11b2646d3fe4537503ee5fe1d10 (patch) | |
tree | da54c66359798ede44a9d7207977884280fd26cb /fortran | |
parent | 2ad7c73e5bcfd2bccbb4ce7e65d822519bf8569f (diff) | |
download | hdf5-1d3bcea76904c11b2646d3fe4537503ee5fe1d10.zip hdf5-1d3bcea76904c11b2646d3fe4537503ee5fe1d10.tar.gz hdf5-1d3bcea76904c11b2646d3fe4537503ee5fe1d10.tar.bz2 |
[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.
Diffstat (limited to 'fortran')
-rwxr-xr-x | fortran/examples/testh5fc.sh.in | 6 |
1 files 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. |