From 155bdea7b24d70e37ecab9f6cf90ddd993f0dabf Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Sun, 13 Dec 2009 18:41:53 +0300 Subject: torture: add new tests for dfsblobs Signed-off-by: Stefan Metzmacher --- 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 7bd3631ad0..8602003017 100644 --- a/source4/torture/ndr/ndr.c +++ b/source4/torture/ndr/ndr.c @@ -252,6 +252,7 @@ struct torture_suite *torture_local_ndr(TALLOC_CTX *mem_ctx) 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_dfsblob_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)); -- cgit