summaryrefslogtreecommitdiff
path: root/source4/torture/ndr/ndr.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-02-18 00:41:42 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:48:29 -0500
commit34659685e1d4e8bae5eef7adf449e2cd5186f9ff (patch)
treeb3a4621550eeecff3d7c722678fd88011ca7e9bd /source4/torture/ndr/ndr.c
parent5d6ed2b3677c531aa710098535f531662ebd5e11 (diff)
downloadsamba-34659685e1d4e8bae5eef7adf449e2cd5186f9ff.tar.gz
samba-34659685e1d4e8bae5eef7adf449e2cd5186f9ff.tar.bz2
samba-34659685e1d4e8bae5eef7adf449e2cd5186f9ff.zip
r21415: Add tests for spoolss and drsuapi. Still need to add validators.
(This used to be commit 61cb52b65b9be2fd09a5c5a02536600c0ac500f7)
Diffstat (limited to 'source4/torture/ndr/ndr.c')
-rw-r--r--source4/torture/ndr/ndr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/ndr/ndr.c b/source4/torture/ndr/ndr.c
index ae3fddd48b..919ea2ce49 100644
--- a/source4/torture/ndr/ndr.c
+++ b/source4/torture/ndr/ndr.c
@@ -250,6 +250,8 @@ struct torture_suite *torture_local_ndr(void)
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_suite(suite, ndr_drsuapi_suite(suite));
+ torture_suite_add_suite(suite, ndr_spoolss_suite(suite));
torture_suite_add_simple_test(suite, "string terminator",
test_check_string_terminator);