mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-03-07 15:37:05 +08:00
Don't always skip XSI tests
tests/getopt-m4sh.at: Use new signature as implemented by
de8a0992b2
, when determining
whether to test Extended-shell functions.
This commit is contained in:
parent
0e01d00c70
commit
32a6c3b33c
@ -1,3 +1,10 @@
|
||||
2010-07-26 Charles Wilson <libtool@cwilson.fastmail.fm>
|
||||
|
||||
Don't always skip XSI tests
|
||||
tests/getopt-m4sh.at: Use new signature as implemented by
|
||||
de8a0992b21b76a13c302cf48588ad5f6042595c, when determining
|
||||
whether to test Extended-shell functions.
|
||||
|
||||
2010-07-18 Peter Rosin <peda@lysator.liu.se>
|
||||
|
||||
* tests/stresstest.at: Link with main.lo when liba is shared
|
||||
|
@ -100,7 +100,7 @@ AT_CLEANUP
|
||||
AT_SETUP([enhanced shell short option splitting])
|
||||
|
||||
# Don't bother with additional XSI checks unless functions were substituted
|
||||
AT_CHECK([fgrep '# XSI func_split_short_opt' $abs_top_builddir/libtool >/dev/null 2>&1 || (exit 77)])
|
||||
AT_CHECK([fgrep '# Extended-shell func_split_short_opt' $abs_top_builddir/libtool >/dev/null 2>&1 || (exit 77)])
|
||||
|
||||
AT_DATA(expout,
|
||||
[[force verbose install
|
||||
@ -134,7 +134,7 @@ AT_CLEANUP
|
||||
AT_SETUP([XSI long option splitting])
|
||||
|
||||
# Don't bother with additional XSI checks unless functions were substituted
|
||||
AT_CHECK([fgrep '# XSI func_split_long_opt' $abs_top_builddir/libtool >/dev/null 2>&1 || (exit 77)])
|
||||
AT_CHECK([fgrep '# Extended-shell func_split_long_opt' $abs_top_builddir/libtool >/dev/null 2>&1 || (exit 77)])
|
||||
|
||||
AT_DATA(expout,
|
||||
[[ltdl=long
|
||||
@ -171,7 +171,7 @@ AT_CLEANUP
|
||||
AT_SETUP([enhanced shell option appending])
|
||||
|
||||
# Don't bother with additional += check unless functions were substituted
|
||||
AT_CHECK([fgrep '# XSI func_append ' $abs_top_builddir/libtool >/dev/null 2>&1 || (exit 77)])
|
||||
AT_CHECK([fgrep '# Extended-shell func_append ' $abs_top_builddir/libtool >/dev/null 2>&1 || (exit 77)])
|
||||
|
||||
AT_DATA(expout,
|
||||
[[first --append second
|
||||
|
Loading…
Reference in New Issue
Block a user