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 b77e901 commit 3889434Copy full SHA for 3889434
Makefile.am
@@ -37,10 +37,10 @@ test-regression:
37
(cd tests && $(MAKE) test-regression)
38
39
cppcheck:
40
- (cppcheck . --enable=all --force)
+ cppcheck . --enable=all --force
41
42
check-coding-style:
43
- (vera++ -rule L004 -param max-line-length=80 `(find . -iname "*.c" ; find . -iname "*.h") | xargs`)
44
- (vera++ -rule L001 `(find . -iname "*.c" ; find . -iname "*.h") | xargs`)
+ vera++ -rule L004 -param max-line-length=80 `(find . -iname "*.c" ; find . -iname "*.h") | xargs`
+ vera++ -rule L001 `(find . -iname "*.c" ; find . -iname "*.h") | xargs`
45
46
.PHONY: test
0 commit comments