summaryrefslogtreecommitdiff
path: root/source4/torture/ndr/ndr.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-02-15 21:06:33 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:48:22 -0500
commit8bcad6b9010a3a47620d4b34c34d2205f754ce14 (patch)
tree4797de886115d00426fd9d5867a7a91e0d932322 /source4/torture/ndr/ndr.c
parenta009659e46f692aeb23c7c60cdd5b258d56c49d5 (diff)
downloadsamba-8bcad6b9010a3a47620d4b34c34d2205f754ce14.tar.gz
samba-8bcad6b9010a3a47620d4b34c34d2205f754ce14.tar.bz2
samba-8bcad6b9010a3a47620d4b34c34d2205f754ce14.zip
r21373: More tests.
(This used to be commit 83a47e30b59f5289cdcb68ba54aa236795bc42b2)
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 c1179395c1..2fc31f09e6 100644
--- a/source4/torture/ndr/ndr.c
+++ b/source4/torture/ndr/ndr.c
@@ -86,6 +86,7 @@ NTSTATUS torture_ndr_init(void)
struct torture_suite *suite = torture_suite_create(talloc_autofree_context(), "NDR");
torture_suite_add_suite(suite, ndr_winreg_suite(suite));
+ torture_suite_add_suite(suite, ndr_atsvc_suite(suite));
torture_register_suite(suite);