1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

add some info on running tests

(This used to be commit b6ba0afc14)
This commit is contained in:
Andrew Tridgell 2008-02-15 14:11:11 +11:00
parent 5c615b0dc5
commit be8a09b138

View File

@ -39,3 +39,24 @@ The following environments are currently available:
* DOMAIN: Domain name
* REALM: Realm name
* SERVER: Name of the member server
=============
Running tests
=============
To run all the tests use:
make test
To run a quick subset (aiming for about 1 minute of testing) run:
make quicktest
To run a specific test, use this syntax
make test TESTS=testname
for example
make test TESTS=samba4.BASE-DELETE