Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3889434

Browse files
author
Felipe Zimmerle
committed
Adds verbose quality check
Vera++ and ccpcheck are not outputing to the stderr instead stdoutallowing the buildbot to extract some numbers about it.
1 parentb77e901 commit3889434

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎Makefile.am‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ test-regression:
3737
(cd tests&&$(MAKE) test-regression)
3838

3939
cppcheck:
40-
(cppcheck. --enable=all --force)
40+
cppcheck. --enable=all --force
4141

4242
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`)
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`
4545

4646
.PHONY: test

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp