summaryrefslogtreecommitdiff
path: root/source4/torture/ndr/ndr.c
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2010-09-21 07:39:24 +0400
committerStefan Metzmacher <metze@samba.org>2011-01-12 10:25:00 +0100
commit1c6077e71e6e9ab6ddb1b11fb7174a17c67b73bb (patch)
treef1f59a35217f2253be8154f0c4c09085f94a3955 /source4/torture/ndr/ndr.c
parent25ae380fabfd2d7e5141dadb48b8e30b5b723c1f (diff)
downloadsamba-1c6077e71e6e9ab6ddb1b11fb7174a17c67b73bb.tar.gz
samba-1c6077e71e6e9ab6ddb1b11fb7174a17c67b73bb.tar.bz2
samba-1c6077e71e6e9ab6ddb1b11fb7174a17c67b73bb.zip
torture: add ndr tests for backup key protocol
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jan 12 10:25:00 CET 2011 on sn-devel-104
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 e7c11a01be..36b2b5540c 100644
--- a/source4/torture/ndr/ndr.c
+++ b/source4/torture/ndr/ndr.c
@@ -354,6 +354,7 @@ struct torture_suite *torture_local_ndr(TALLOC_CTX *mem_ctx)
torture_suite_add_suite(suite, ndr_drsblobs_suite(suite));
torture_suite_add_suite(suite, ndr_nbt_suite(suite));
torture_suite_add_suite(suite, ndr_ntlmssp_suite(suite));
+ torture_suite_add_suite(suite, ndr_backupkey_suite(suite));
torture_suite_add_simple_test(suite, "string terminator",
test_check_string_terminator);