1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

selftest: Document the fact that test runner and formatter are now

separate tools.
This commit is contained in:
Jelmer Vernooij 2009-06-12 15:54:50 +02:00
parent 38780d659b
commit 93384da226

View File

@ -3,6 +3,15 @@
This directory contains test scripts that are useful for running a
bunch of tests all at once.
There are two parts to this:
* The test runner (selftest/selftest.pl)
* The test formatter
selftest.pl simply outputs subunit, which can then be formatted or analyzed
by tools that understand the subunit protocol. One of these tools is
format-subunit.pl, which is used by default as part of "make test".
Available testsuites
====================
The available testsuites are obtained from a script, usually