summaryrefslogtreecommitdiff
path: root/source4/torture/rap/rap.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-04-24 00:45:40 +0200
committerGünther Deschner <gd@samba.org>2010-04-28 23:23:37 +0200
commit03d83128dd9d24d9aabeef51895f8995ae5a3b81 (patch)
treede4442cb8e9d1bf93309ae39e529e2ab0918431a /source4/torture/rap/rap.c
parent1764bcecf2f0fd388a888835019a8e064e6c30fa (diff)
downloadsamba-03d83128dd9d24d9aabeef51895f8995ae5a3b81.tar.gz
samba-03d83128dd9d24d9aabeef51895f8995ae5a3b81.tar.bz2
samba-03d83128dd9d24d9aabeef51895f8995ae5a3b81.zip
s4-smbtorture: add RAP-PRINTING suite.
Guenther
Diffstat (limited to 'source4/torture/rap/rap.c')
-rw-r--r--source4/torture/rap/rap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/rap/rap.c b/source4/torture/rap/rap.c
index 6e88b3017a..3add8d4db7 100644
--- a/source4/torture/rap/rap.c
+++ b/source4/torture/rap/rap.c
@@ -661,6 +661,7 @@ NTSTATUS torture_rap_init(void)
torture_suite_add_suite(suite, suite_basic);
torture_suite_add_suite(suite, torture_rap_rpc(suite));
+ torture_suite_add_suite(suite, torture_rap_printing(suite));
torture_suite_add_1smb_test(suite_basic, "netserverenum",
test_netserverenum);