]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
tests: add a keyword `expensive' to very long running tests.
authorGary V. Vaughan <gary@gnu.org>
Mon, 31 Oct 2011 09:52:16 +0000 (16:52 +0700)
committerGary V. Vaughan <gary@gnu.org>
Mon, 31 Oct 2011 12:51:18 +0000 (19:51 +0700)
* tests/cmdline_wrap.at, tests/stresstest.at (AT_KEYWORDS): Add
`expensive'.
* NEWS: Updated.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
NEWS
tests/cmdline_wrap.at
tests/stresstest.at

diff --git a/NEWS b/NEWS
index 94de233f89efc706e55067c496df1046d404f643..3672ff8fcc5f9621a00c673afa7e14cd7ac6f4e8 100644 (file)
--- a/NEWS
+++ b/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:
 
index 13edabc739bbc79268265f834f34d0fece5da254..c7f567141a02f1c00b65572bd1cb113b403104d1 100644 (file)
@@ -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])])
 
index e71d492d969393591f22d05d77d75a1759b427c0..9568d498cf1df5ef0c05497802f4614a41547962 100644 (file)
@@ -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