summaryrefslogtreecommitdiff
path: root/source4/torture/ndr/ndr.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-03-24 18:08:21 +0100
committerGünther Deschner <gd@samba.org>2010-03-24 18:30:38 +0100
commitbb47e5b6172ae28f996b132e8b612c752c873adb (patch)
tree34af8a509fcd0eef83dee95cceb701517e632751 /source4/torture/ndr/ndr.c
parentfb70368a975e6c78c6ce557fc6011569dbdc6d75 (diff)
downloadsamba-bb47e5b6172ae28f996b132e8b612c752c873adb.tar.gz
samba-bb47e5b6172ae28f996b132e8b612c752c873adb.tar.bz2
samba-bb47e5b6172ae28f996b132e8b612c752c873adb.zip
s4-smbtorture: add drsblobs ndr torture test.
Guenther
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 471c398b77..24f5fba282 100644
--- a/source4/torture/ndr/ndr.c
+++ b/source4/torture/ndr/ndr.c
@@ -266,6 +266,7 @@ struct torture_suite *torture_local_ndr(TALLOC_CTX *mem_ctx)
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_suite(suite, ndr_drsblobs_suite(suite));
torture_suite_add_simple_test(suite, "string terminator",
test_check_string_terminator);