s4-interfaces: allow pure ipv6 to work
[obnox/samba/samba-obnox.git] / Makefile
index cbbf045062e8cb58ccf5c00af4ef6ed056a3e19b..055205233210169fc6d906cf9610e6df6f27a4d8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,20 +13,20 @@ uninstall:
        $(WAF) uninstall
 
 test:
-       $(WAF) test $(TEST_OPTIONS)
+       $(WAF) test --dup-symbol-check $(TEST_OPTIONS)
 
 help:
        @echo NOTE: to run extended waf options use $(WAF_BINARY) or modify your PATH
        $(WAF) --help
 
 subunit-test:
-       $(WAF) test --filtered-subunit $(TEST_OPTIONS)
+       $(WAF) test --dup-symbol-check --filtered-subunit $(TEST_OPTIONS)
 
 testenv:
-       $(WAF) test --testenv $(TEST_OPTIONS)
+       $(WAF) test --dup-symbol-check --testenv $(TEST_OPTIONS)
 
 quicktest:
-       $(WAF) test --quick $(TEST_OPTIONS)
+       $(WAF) test --dup-symbol-check --quick $(TEST_OPTIONS)
 
 dist:
        touch .tmplock
@@ -68,7 +68,7 @@ ctags:
 
 # this allows for things like "make bin/smbtorture"
 bin/%:: FORCE
-       $(WAF) --targets=`basename $@`
+       $(WAF) --targets=$@
 FORCE:
 
 pydoctor: