summaryrefslogtreecommitdiff
path: root/source4/torture/smbtorture.c
diff options
context:
space:
mode:
authorTim Prouty <tprouty@samba.org>2009-12-01 16:27:10 -0800
committerTim Prouty <tprouty@samba.org>2009-12-03 18:54:52 -0800
commitb14da4f7c54e88e615f2bb19bec43bacb7f11de8 (patch)
treef11b27c418e1d8c10149f6d01e4a036023fcd6e9 /source4/torture/smbtorture.c
parentfc7832602d149dee61ff003902bc5f54cd0de0f2 (diff)
downloadsamba-b14da4f7c54e88e615f2bb19bec43bacb7f11de8.tar.gz
samba-b14da4f7c54e88e615f2bb19bec43bacb7f11de8.tar.bz2
samba-b14da4f7c54e88e615f2bb19bec43bacb7f11de8.zip
s4 torture: Add a few more windows target types
Diffstat (limited to 'source4/torture/smbtorture.c')
-rw-r--r--source4/torture/smbtorture.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/torture/smbtorture.c b/source4/torture/smbtorture.c
index b8ef48eeb1..8742a8c820 100644
--- a/source4/torture/smbtorture.c
+++ b/source4/torture/smbtorture.c
@@ -525,6 +525,10 @@ int main(int argc,char *argv[])
lp_set_cmdline(cmdline_lp_ctx, "torture:samba3", "true");
} else if (strcmp(target, "samba4") == 0) {
lp_set_cmdline(cmdline_lp_ctx, "torture:samba4", "true");
+ } else if (strcmp(target, "winxp") == 0) {
+ lp_set_cmdline(cmdline_lp_ctx, "torture:winxp", "true");
+ } else if (strcmp(target, "w2k3") == 0) {
+ lp_set_cmdline(cmdline_lp_ctx, "torture:w2k3", "true");
} else if (strcmp(target, "w2k8") == 0) {
lp_set_cmdline(cmdline_lp_ctx, "torture:w2k8", "true");
lp_set_cmdline(cmdline_lp_ctx,