From: Andrew Bartlett Date: Fri, 7 May 2010 11:09:40 +0000 (+1000) Subject: buildtools: Add 'make testenv' to Samba4 make targets X-Git-Tag: samba-3.6.0pre1~2161 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23cafd5569729fe15f0c390cf5a276945662d8e8;p=thirdparty%2Fsamba.git 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 --- 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