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.
2 parents c433336 + 1aab3ba commit 5ac54beCopy full SHA for 5ac54be
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