From: Ralf Wildenhues Date: Sun, 5 Feb 2006 17:06:39 +0000 (+0000) Subject: * tests/testsuite.at: Add new keyword `libtoolize' for tests X-Git-Tag: release-2-1b~324 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc06662db8a7f8b4613a413d5eeef316c9dc1d57;p=thirdparty%2Flibtool.git * tests/testsuite.at: Add new keyword `libtoolize' for tests that exercise the `libtoolize' script that is generated at build time. * HACKING: Update testsuite mention, explain keywords. --- diff --git a/ChangeLog b/ChangeLog index 404f6db50..759d388aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2006-02-05 Ralf Wildenhues + * tests/testsuite.at: Add new keyword `libtoolize' for tests + that exercise the `libtoolize' script that is generated at build + time. + * HACKING: Update testsuite mention, explain keywords. + * libltdl/config/ltmain.m4sh (extracted_archives) (extracted_serial): New globals. (func_extract_archives): Use them to rename extraction archives diff --git a/HACKING b/HACKING index 9fcff0ff3..b540b9d6f 100644 --- a/HACKING +++ b/HACKING @@ -51,8 +51,19 @@ and is not part of a release distribution. 3. Test Suite ============= -* Use "make check" liberally, on as many platforms as you can. Use as - many compilers and linkers you can. +* Use + make check TESTSUITE_FLAGS=-V + make check-local + liberally, on as many platforms as you can. Use as many compilers and + linkers you can. + +* The new Autotest testsuite uses several keywords, to denote that the + test + - needs Autoconf autoconf + - needs Automake automake + - exercises the `libtool' script libtool + - exercises the `libtoolize' script libtoolize + - exercises a language other than C CXX F77 FC GCJ 4. Naming diff --git a/tests/testsuite.at b/tests/testsuite.at index f8fbec9d6..1967a7aac 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -47,6 +47,7 @@ m4_divert_pop([PREPARE_TESTS])dnl # ------------------------ m4_define([LT_AT_LIBTOOLIZE], [$LIBTOOLIZE $1 +AT_KEYWORDS([libtoolize]) ])