libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: new keyword `libtool' for testsuite


From: Bob Friesenhahn
Subject: Re: new keyword `libtool' for testsuite
Date: Sun, 5 Feb 2006 10:56:40 -0600 (CST)

On Sun, 5 Feb 2006, Ralf Wildenhues wrote:

* Ralf Wildenhues wrote on Sun, Feb 05, 2006 at 10:56:40AM CET:
* Gary V. Vaughan wrote on Sat, Feb 04, 2006 at 02:32:50AM CET:
Ralf Wildenhues wrote:

Should we maybe add documentation somewhere about the exact meaning of
the testsuite keywords?

A good idea.  I guess a few words in HACKING should be enough.

In a followup patch which also adds a `libtoolize' keyword.

OK to apply?

Looks good to me!

Bob

        * 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.

Index: HACKING
===================================================================
RCS file: /cvsroot/libtool/libtool/HACKING,v
retrieving revision 1.27
diff -u -r1.27 HACKING
--- HACKING     30 Jan 2006 20:09:41 -0000      1.27
+++ HACKING     5 Feb 2006 10:01:07 -0000
@@ -51,8 +51,19 @@
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: tests/testsuite.at
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/testsuite.at,v
retrieving revision 1.39
diff -u -r1.39 testsuite.at
--- tests/testsuite.at  1 Feb 2006 19:54:34 -0000       1.39
+++ tests/testsuite.at  5 Feb 2006 10:01:09 -0000
@@ -47,6 +47,7 @@
# ------------------------
m4_define([LT_AT_LIBTOOLIZE],
[$LIBTOOLIZE $1
+AT_KEYWORDS([libtoolize])
])





======================================
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]