lcov: add test

This commit is contained in:
mikit 2018-03-19 06:48:07 +09:00 committed by ilovezfs
parent 082639c2b5
commit 1059fe100c

View file

@ -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