Browse Source

Add Python perf tests to codepolicycheck

pull/584/head
Sami Vaarala 8 years ago
parent
commit
26f9cd6100
  1. 2
      Makefile

2
Makefile

@ -900,7 +900,7 @@ codepolicycheck:
--check-mixed-indent \
--check-tab-indent \
--dump-vim-commands \
src-input/*.py tools/*.py util/*.py debugger/*/*.py examples/*/*.py testrunner/*/*.py
src-input/*.py tools/*.py util/*.py debugger/*/*.py examples/*/*.py testrunner/*/*.py tests/perf/*.py
@$(PYTHON) util/check_code_policy.py \
$(CODEPOLICYOPTS) \
--check-debug-log-calls \

Loading…
Cancel
Save