summaryrefslogtreecommitdiff
path: root/buildtools/scripts
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-05-07 21:09:40 +1000
committerAndrew Bartlett <abartlet@samba.org>2010-05-09 21:18:52 +1000
commit23cafd5569729fe15f0c390cf5a276945662d8e8 (patch)
tree6ee8eef8e77f5a0f76d0755faaf28fe73dbd403a /buildtools/scripts
parent435ce8ebd7122a4a2d166acef6a83c21b7bd11a0 (diff)
downloadsamba-23cafd5569729fe15f0c390cf5a276945662d8e8.tar.gz
buildtools: Add 'make testenv' to Samba4 make targets
I'm still too addicted to this as my standard debugging environment, and while I can learn the new command, this helps the muscle-memory. Andrew Bartlett
Diffstat (limited to 'buildtools/scripts')
-rw-r--r--buildtools/scripts/Makefile.waf3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildtools/scripts/Makefile.waf b/buildtools/scripts/Makefile.waf
index 5af4fd42395..045d2410e20 100644
--- a/buildtools/scripts/Makefile.waf
+++ b/buildtools/scripts/Makefile.waf
@@ -14,6 +14,9 @@ uninstall:
test:
$(WAF) test
+testenv:
+ $(WAF) test --testenv
+
quicktest:
$(WAF) test --quick