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