* 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:
Ralf Wildenhues 2006-02-05 17:06:39 +00:00
parent b4b9f408c0
commit bc06662db8
3 changed files with 19 additions and 2 deletions

View File

@ -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
View File

@ -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

View File

@ -47,6 +47,7 @@ m4_divert_pop([PREPARE_TESTS])dnl
# ------------------------
m4_define([LT_AT_LIBTOOLIZE],
[$LIBTOOLIZE $1
AT_KEYWORDS([libtoolize])
])