[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Sat Jul 10 06:08:55 MDT 2010


The branch, master has been updated
       via  85f7384... s4:buildtools: add 'make show_waf_options'
       via  c48ff4c... s4:buildtools: make it possible to use advanced test options via the make waf wrapper
      from  c0aa55d... s3: Cleanup of the initial SMB2 counters patch.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 85f73840b0c64ef8082c8a9665c3cc3caa176c1d
Author: Stefan Metzmacher <metze at samba.org>
Date:   Sat Jul 10 09:14:15 2010 +0200

    s4:buildtools: add 'make show_waf_options'
    
    metze

commit c48ff4c6a937924f16bc37251c74b753fbe1f5c1
Author: Stefan Metzmacher <metze at samba.org>
Date:   Sat Jul 10 09:10:52 2010 +0200

    s4:buildtools: make it possible to use advanced test options via the make waf wrapper
    
    You can to do thinks like this now:
    make test TEST_OPTIONS="--valgrind-server" TESTS=wbinfo
    
    metze

-----------------------------------------------------------------------

Summary of changes:
 buildtools/scripts/Makefile.waf |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/buildtools/scripts/Makefile.waf b/buildtools/scripts/Makefile.waf
index 045d241..1ccbf4c 100644
--- a/buildtools/scripts/Makefile.waf
+++ b/buildtools/scripts/Makefile.waf
@@ -12,13 +12,13 @@ uninstall:
 	$(WAF) uninstall
 
 test:
-	$(WAF) test
+	$(WAF) test $(TEST_OPTIONS)
 
 testenv:
-	$(WAF) test --testenv
+	$(WAF) test --testenv $(TEST_OPTIONS)
 
 quicktest:
-	$(WAF) test --quick
+	$(WAF) test --quick $(TEST_OPTIONS)
 
 dist:
 	$(WAF) dist
@@ -35,6 +35,9 @@ distclean:
 reconfigure: configure
 	$(WAF) reconfigure
 
+show_waf_options:
+	$(WAF) --help
+
 # some compatibility make targets
 everything: all
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list