summaryrefslogtreecommitdiff
path: root/source4/torture/ndr/ndr.c
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2009-12-13 18:41:53 +0300
committerStefan Metzmacher <metze@samba.org>2009-12-14 10:58:32 +0100
commit155bdea7b24d70e37ecab9f6cf90ddd993f0dabf (patch)
treee59ac676d841fb3a54e0417c98f281022a3f3e67 /source4/torture/ndr/ndr.c
parent8f8613dcef4a7c1af322c2b5154bf2347d356170 (diff)
downloadsamba-155bdea7b24d70e37ecab9f6cf90ddd993f0dabf.tar.gz
samba-155bdea7b24d70e37ecab9f6cf90ddd993f0dabf.tar.bz2
samba-155bdea7b24d70e37ecab9f6cf90ddd993f0dabf.zip
torture: add new tests for dfsblobs
Signed-off-by: Stefan Metzmacher <metze@samba.org>
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 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));