mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-17 15:10:02 +08:00
tests: add a keyword `expensive' to very long running tests.
* tests/cmdline_wrap.at, tests/stresstest.at (AT_KEYWORDS): Add `expensive'. * NEWS: Updated. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
This commit is contained in:
parent
f1fd9a12cb
commit
54d7385ca6
4
NEWS
4
NEWS
@ -5,6 +5,10 @@ NEWS - list of user-visible changes between releases of GNU Libtool
|
||||
** New features:
|
||||
|
||||
- Moved to gnulib release infrastructure.
|
||||
- The Autotest testsuite can be run without the especially time consuming
|
||||
tests with:
|
||||
|
||||
make check-local TESTSUITEFLAGS='-k "!expensive"'
|
||||
|
||||
** Bug fixes:
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
# We simulate this by setting max_cmd_len very low.
|
||||
|
||||
AT_SETUP([Run tests with low max_cmd_len])
|
||||
AT_KEYWORDS([recursive])
|
||||
AT_KEYWORDS([recursive expensive])
|
||||
m4_ifdef([AT_CAPTURE_FILE],
|
||||
[AT_CAPTURE_FILE([testsuite.log])])
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
AT_BANNER([Libtool stress test.])
|
||||
AT_SETUP([Link option thorough search test])
|
||||
AT_KEYWORDS([libtool])
|
||||
AT_KEYWORDS([libtool expensive])
|
||||
eval `$LIBTOOL --config | $EGREP '^(CC|objdir|allow_undefined_flag)='`
|
||||
|
||||
mkdir sub sub2 sub3 2>/dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user