lcov: add test
This commit is contained in:
parent
082639c2b5
commit
1059fe100c
1 changed files with 4 additions and 0 deletions
|
@ -18,4 +18,8 @@ class Lcov < Formula
|
|||
"/etc/lcovrc", "#{prefix}/etc/lcovrc"
|
||||
system "make", "PREFIX=#{prefix}", "BIN_DIR=#{bin}", "MAN_DIR=#{man}", "install"
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/lcov", "--version"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue