mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-18 14:16:00 +08:00
* 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.
This commit is contained in:
parent
b4b9f408c0
commit
bc06662db8
@ -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
|
||||
|
15
HACKING
15
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
|
||||
|
@ -47,6 +47,7 @@ m4_divert_pop([PREPARE_TESTS])dnl
|
||||
# ------------------------
|
||||
m4_define([LT_AT_LIBTOOLIZE],
|
||||
[$LIBTOOLIZE $1
|
||||
AT_KEYWORDS([libtoolize])
|
||||
])
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user