From 1c6077e71e6e9ab6ddb1b11fb7174a17c67b73bb Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Tue, 21 Sep 2010 07:39:24 +0400 Subject: torture: add ndr tests for backup key protocol Signed-off-by: Stefan Metzmacher Autobuild-User: Stefan Metzmacher Autobuild-Date: Wed Jan 12 10:25:00 CET 2011 on sn-devel-104 --- source4/torture/ndr/ndr.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/ndr/ndr.c') 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); -- cgit