summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-05-24 14:19:34 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:08:34 -0500
commit20389549f14fe6448a1116a04073489d2860c192 (patch)
tree94a466e861515838d35825bac7808fce0b02be6a /source4/torture/torture.c
parentb22d15a0f80be0de1bb123f79058ec85d083cd75 (diff)
downloadsamba-20389549f14fe6448a1116a04073489d2860c192.tar.gz
samba-20389549f14fe6448a1116a04073489d2860c192.tar.bz2
samba-20389549f14fe6448a1116a04073489d2860c192.zip
r15862: add a LOCAL-EVENT torture test
- it currently tests the standard events code - with epoll enabled and disabled metze (This used to be commit ce5fd2293d5ce1f6a54048bc5662706943c98eb5)
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r--source4/torture/torture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c
index 706bb43e2a..b7cb74480c 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -652,6 +652,7 @@ static struct {
{"LOCAL-RESOLVE", torture_local_resolve, 0},
{"LOCAL-SDDL", torture_local_sddl, 0},
{"LOCAL-NDR", torture_local_ndr, 0},
+ {"LOCAL-EVENT", torture_local_event, 0},
/* ldap testers */
{"LDAP-BASIC", torture_ldap_basic, 0},