]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/testsuite.at: Add new keyword `libtoolize' for tests
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 5 Feb 2006 17:06:39 +0000 (17:06 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 5 Feb 2006 17:06:39 +0000 (17:06 +0000)
that exercise the `libtoolize' script that is generated at build
time.
* HACKING: Update testsuite mention, explain keywords.

ChangeLog
HACKING
tests/testsuite.at

index 404f6db504e8e6c8610d9eaf6bbf0ead6a259b10..759d388aa3be88593265d815c34541a7a0d8d8f4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2006-02-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       * 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 9fcff0ff364595928e7ecf5c36b30b2d63dc768f..b540b9d6f01cfe7ec5596ffa72e643d3dddf3061 100644 (file)
--- 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
index f8fbec9d614b6b12977bda0867dc90cf3f34eee9..1967a7aacdc02740ea1ba81dd35f9bb6f35de281 100644 (file)
@@ -47,6 +47,7 @@ m4_divert_pop([PREPARE_TESTS])dnl
 # ------------------------
 m4_define([LT_AT_LIBTOOLIZE],
 [$LIBTOOLIZE $1
+AT_KEYWORDS([libtoolize])
 ])