diff --git a/Makefile b/Makefile index cc0e2690..12d0829e 100644 --- a/Makefile +++ b/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 \