mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Adds verbose quality check
Vera++ and ccpcheck are not outputing to the stderr instead stdout allowing the buildbot to extract some numbers about it.
This commit is contained in:
@@ -37,10 +37,10 @@ test-regression:
|
|||||||
(cd tests && $(MAKE) test-regression)
|
(cd tests && $(MAKE) test-regression)
|
||||||
|
|
||||||
cppcheck:
|
cppcheck:
|
||||||
(cppcheck . --enable=all --force)
|
cppcheck . --enable=all --force
|
||||||
|
|
||||||
check-coding-style:
|
check-coding-style:
|
||||||
(vera++ -rule L004 -param max-line-length=80 `(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`)
|
vera++ -rule L001 `(find . -iname "*.c" ; find . -iname "*.h") | xargs`
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
|
Reference in New Issue
Block a user