gcovr: fix rubocop warnings.
This commit is contained in:
parent
26b3ef8f08
commit
c59d4dc09a
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ class Gcovr < Formula
|
|||
|
||||
test do
|
||||
(testpath/"example.c").write "int main() { return 0; }"
|
||||
system *%W[cc -fprofile-arcs -ftest-coverage -fPIC -O0 -o example example.c]
|
||||
system "cc", "-fprofile-arcs", "-ftest-coverage", "-fPIC", "-O0", "-o",
|
||||
"example", "example.c"
|
||||
assert_match "Code Coverage Report", shell_output("#{bin}/gcovr -r .")
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue