summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-09-28 22:16:30 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:39:09 -0500
commit3b12c3bd34879d3682a7456d209d3ffdffa02069 (patch)
treea1e74fcff845d027a3541a87444c3a172b74c276 /source4/torture/torture.c
parent40e214e919f8be01d1a2e83968577ecfee85dfb9 (diff)
downloadsamba-3b12c3bd34879d3682a7456d209d3ffdffa02069.tar.gz
samba-3b12c3bd34879d3682a7456d209d3ffdffa02069.tar.bz2
samba-3b12c3bd34879d3682a7456d209d3ffdffa02069.zip
r10594: Add initial framework for lib/registry torture tests
(This used to be commit 985c6a8fcc9977553d714a7d5e272b0791d45d1e)
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 dfc63e6bd6..ca348e841b 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -2326,6 +2326,7 @@ static struct {
{"LOCAL-IDTREE", torture_local_idtree, 0},
{"LOCAL-SOCKET", torture_local_socket, 0},
{"LOCAL-PAC", torture_pac, 0},
+ {"LOCAL-REGISTRY", torture_registry, 0},
{"LOCAL-RESOLVE", torture_local_resolve, 0},
/* COM (Component Object Model) testers */