From e586d112e24b005d4443964a8e2dc2862f12cdcd Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 17 Feb 2007 01:58:06 +0000 Subject: r21403: Add netlogon tests. (This used to be commit a620dc359476de9440f3b84dc8b45f569d103270) --- 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 9ca60f651b..ae3fddd48b 100644 --- a/source4/torture/ndr/ndr.c +++ b/source4/torture/ndr/ndr.c @@ -249,6 +249,7 @@ struct torture_suite *torture_local_ndr(void) torture_suite_add_suite(suite, ndr_lsa_suite(suite)); 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_simple_test(suite, "string terminator", test_check_string_terminator); -- cgit