From be8a09b13883eb6edd55dedd4dbb45906be20311 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 15 Feb 2008 14:11:11 +1100 Subject: add some info on running tests (This used to be commit b6ba0afc1424a1d202626aabf1cd0f28246319a6) --- source4/selftest/README | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'source4/selftest/README') diff --git a/source4/selftest/README b/source4/selftest/README index 3250f32ec7..e8e87c8b3f 100644 --- a/source4/selftest/README +++ b/source4/selftest/README @@ -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 -- cgit