summaryrefslogtreecommitdiff
path: root/source4/torture/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/torture/util.h')
-rw-r--r--source4/torture/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/util.h b/source4/torture/util.h
index 35662416b5a..0dadc89be6a 100644
--- a/source4/torture/util.h
+++ b/source4/torture/util.h
@@ -28,6 +28,8 @@ struct smbcli_tree;
/**
* Useful target macros for handling server bugs in torture tests.
*/
+#define TARGET_IS_WINXP(_tctx) (torture_setting_bool(_tctx, "winxp", false))
+#define TARGET_IS_W2K3(_tctx) (torture_setting_bool(_tctx, "w2k3", false))
#define TARGET_IS_W2K8(_tctx) (torture_setting_bool(_tctx, "w2k8", false))
#define TARGET_IS_WIN7(_tctx) (torture_setting_bool(_tctx, "win7", false))
#define TARGET_IS_SAMBA3(_tctx) (torture_setting_bool(_tctx, "samba3", false))