summaryrefslogtreecommitdiff
path: root/source4/torture/ndr/ndr.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2012-07-06 19:02:00 +0200
committerGünther Deschner <gd@samba.org>2012-07-06 20:55:25 +0200
commit4cafbb4e7443779ab1c58581709114db9a7bf918 (patch)
treef1f02274093008b9e29c0006901f2ef007b00f4b /source4/torture/ndr/ndr.c
parent8835eab013ea1c8919dd6aafda090733f6224535 (diff)
downloadsamba-4cafbb4e7443779ab1c58581709114db9a7bf918.tar.gz
s4-torture: add ntprinting ndr operations testsuite.
Guenther Autobuild-User(master): Günther Deschner <gd@samba.org> Autobuild-Date(master): Fri Jul 6 20:55:26 CEST 2012 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 1fb3bdbf051..a7e580fa3ca 100644
--- a/source4/torture/ndr/ndr.c
+++ b/source4/torture/ndr/ndr.c
@@ -368,6 +368,7 @@ struct torture_suite *torture_local_ndr(TALLOC_CTX *mem_ctx)
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));
+ torture_suite_add_suite(suite, ndr_ntprinting_suite(suite));
torture_suite_add_suite(suite, ndr_samr_suite(suite));
torture_suite_add_suite(suite, ndr_drsblobs_suite(suite));
torture_suite_add_suite(suite, ndr_nbt_suite(suite));