summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/rpc.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-07-02 21:49:15 +0200
committerGünther Deschner <gd@samba.org>2010-04-23 02:16:09 +0200
commit29775e39b18270e2345097c3fc80a87efd69484d (patch)
tree6b6027d21b0d8794470640e41d7dba1542685179 /source4/torture/rpc/rpc.c
parent431faed5f4b2a21d05ca023ae5c56b1c6d741f44 (diff)
downloadsamba-29775e39b18270e2345097c3fc80a87efd69484d.tar.gz
samba-29775e39b18270e2345097c3fc80a87efd69484d.tar.bz2
samba-29775e39b18270e2345097c3fc80a87efd69484d.zip
s4-smbtorture: add RPC-SPOOLSS-DRIVER test.
Guenther
Diffstat (limited to 'source4/torture/rpc/rpc.c')
-rw-r--r--source4/torture/rpc/rpc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/rpc/rpc.c b/source4/torture/rpc/rpc.c
index cfaeb5656d..13855cdaf6 100644
--- a/source4/torture/rpc/rpc.c
+++ b/source4/torture/rpc/rpc.c
@@ -445,6 +445,7 @@ NTSTATUS torture_rpc_init(void)
torture_suite_add_suite(suite, torture_rpc_spoolss_notify(suite));
torture_suite_add_suite(suite, torture_rpc_spoolss_win(suite));
torture_suite_add_suite(suite, torture_rpc_spoolss_printer(suite));
+ torture_suite_add_suite(suite, torture_rpc_spoolss_driver(suite));
torture_suite_add_simple_test(suite, "SAMR", torture_rpc_samr);
torture_suite_add_simple_test(suite, "SAMR-USERS", torture_rpc_samr_users);
torture_suite_add_simple_test(suite, "SAMR-PASSWORDS", torture_rpc_samr_passwords);