buildtools: Add 'make testenv' to Samba4 make targets
authorAndrew Bartlett <abartlet@samba.org>
Fri, 7 May 2010 11:09:40 +0000 (21:09 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 9 May 2010 11:18:52 +0000 (21:18 +1000)
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

index 5af4fd4239538bfbfbe68a5c2e7a969453768eb1..045d2410e20d71e101a1f7ed33c6b8e5ccb737c8 100644 (file)
@@ -14,6 +14,9 @@ uninstall:
 test:
        $(WAF) test
 
+testenv:
+       $(WAF) test --testenv
+
 quicktest:
        $(WAF) test --quick