summaryrefslogtreecommitdiff
path: root/source4/torture/ndr/ndr.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-02-17 01:58:06 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:48:26 -0500
commite586d112e24b005d4443964a8e2dc2862f12cdcd (patch)
tree2d71fda3b9b7ff1c06be996ba0b36deb6525bfb1 /source4/torture/ndr/ndr.c
parent8a9a68b707963f071480e79618d33e858154263f (diff)
downloadsamba-e586d112e24b005d4443964a8e2dc2862f12cdcd.tar.gz
samba-e586d112e24b005d4443964a8e2dc2862f12cdcd.tar.bz2
samba-e586d112e24b005d4443964a8e2dc2862f12cdcd.zip
r21403: Add netlogon tests.
(This used to be commit a620dc359476de9440f3b84dc8b45f569d103270)
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 9ca60f651b..ae3fddd48b 100644
--- a/source4/torture/ndr/ndr.c
+++ b/source4/torture/ndr/ndr.c
@@ -249,6 +249,7 @@ struct torture_suite *torture_local_ndr(void)
torture_suite_add_suite(suite, ndr_lsa_suite(suite));
torture_suite_add_suite(suite, ndr_epmap_suite(suite));
torture_suite_add_suite(suite, ndr_dfs_suite(suite));
+ torture_suite_add_suite(suite, ndr_netlogon_suite(suite));
torture_suite_add_simple_test(suite, "string terminator",
test_check_string_terminator);