diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-15 15:27:21 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-15 15:27:21 +0100 |
commit | 26bc88eabac66423218809513c386635521dce5b (patch) | |
tree | 194eaad3479021f5c70ffa158898983429442fa7 /source4/selftest/README | |
parent | 6c4acbbf9ee0f92ed614d872686426897dbe26bc (diff) | |
parent | 9d9d54430aed677ae33e51fda5da7b4306c734f1 (diff) | |
download | samba-26bc88eabac66423218809513c386635521dce5b.tar.gz samba-26bc88eabac66423218809513c386635521dce5b.tar.bz2 samba-26bc88eabac66423218809513c386635521dce5b.zip |
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial
Conflicts:
source/torture/libnet/libnet_BecomeDC.c
(This used to be commit 2da0734f439ee5f4e3eb1c9416e7df4450f08534)
Diffstat (limited to 'source4/selftest/README')
-rw-r--r-- | source4/selftest/README | 21 |
1 files changed, 21 insertions, 0 deletions
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 |