X-Git-Url: http://git.samba.org/?p=samba.git;a=blobdiff_plain;f=Makefile;h=ae2fc0636d7d8e919c7263faa52ee900794430fe;hp=055205233210169fc6d906cf9610e6df6f27a4d8;hb=0a896094c61fa1eec7dbb5bb35485747cdc1549d;hpb=30e11d55b526632f93fb60ff944c771f452ab5b4 diff --git a/Makefile b/Makefile index 05520523321..ae2fc0636d7 100644 --- a/Makefile +++ b/Makefile @@ -13,20 +13,20 @@ uninstall: $(WAF) uninstall test: - $(WAF) test --dup-symbol-check $(TEST_OPTIONS) + $(WAF) test $(TEST_OPTIONS) help: @echo NOTE: to run extended waf options use $(WAF_BINARY) or modify your PATH $(WAF) --help subunit-test: - $(WAF) test --dup-symbol-check --filtered-subunit $(TEST_OPTIONS) + $(WAF) test --filtered-subunit $(TEST_OPTIONS) testenv: - $(WAF) test --dup-symbol-check --testenv $(TEST_OPTIONS) + $(WAF) test --testenv $(TEST_OPTIONS) quicktest: - $(WAF) test --dup-symbol-check --quick $(TEST_OPTIONS) + $(WAF) test --quick $(TEST_OPTIONS) dist: touch .tmplock @@ -73,3 +73,6 @@ FORCE: pydoctor: $(WAF) pydoctor + +pep8: + $(WAF) pep8