We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a689f3 commit 1aab3baCopy full SHA for 1aab3ba
regression/cpp-linter/Makefile
@@ -1,10 +1,10 @@
1
default: tests.log
2
3
test:
4
- @../test.pl -p -c ../../../scripts/cpplint.py
+ @../test.pl -p -c '../../../scripts/cpplint.py --repository=../../../'
5
6
tests.log: ../test.pl
7
8
9
clean:
10
find . -name '*.out' -execdir $(RM) '{}' \;
0 commit comments