From 23cafd5569729fe15f0c390cf5a276945662d8e8 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 7 May 2010 21:09:40 +1000 Subject: 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 --- buildtools/scripts/Makefile.waf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'buildtools/scripts') diff --git a/buildtools/scripts/Makefile.waf b/buildtools/scripts/Makefile.waf index 5af4fd4239..045d2410e2 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 -- cgit