summaryrefslogtreecommitdiff
path: root/source4/torture/ndr/ndr.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-03-02 16:20:48 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:49:05 -0500
commit83d88d15210613f427f0162921f467c2957493fa (patch)
treecefad25ce374edb790dc5c0e6d8aa5245f44f81e /source4/torture/ndr/ndr.c
parent1afda7bdde90948027e3230c19753280afb16e96 (diff)
downloadsamba-83d88d15210613f427f0162921f467c2957493fa.tar.gz
samba-83d88d15210613f427f0162921f467c2957493fa.tar.bz2
samba-83d88d15210613f427f0162921f467c2957493fa.zip
r21658: Add some tests for SAMR NDR
(This used to be commit a36912721ae84d3a1702bd83d735cc1097968f46)
Diffstat (limited to 'source4/torture/ndr/ndr.c')
-rw-r--r--source4/torture/ndr/ndr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/ndr/ndr.c b/source4/torture/ndr/ndr.c
index 55e2427210..1684d04d16 100644
--- a/source4/torture/ndr/ndr.c
+++ b/source4/torture/ndr/ndr.c
@@ -257,6 +257,7 @@ struct torture_suite *torture_local_ndr(void)
torture_suite_add_suite(suite, ndr_netlogon_suite(suite));
torture_suite_add_suite(suite, ndr_drsuapi_suite(suite));
torture_suite_add_suite(suite, ndr_spoolss_suite(suite));
+ torture_suite_add_suite(suite, ndr_samr_suite(suite));
torture_suite_add_simple_test(suite, "string terminator",
test_check_string_terminator);