lcdf-typetools: add a test (#22078)

This commit is contained in:
commitay 2017-12-23 22:33:29 +10:00 committed by ilovezfs
parent e1f84c3a98
commit 7b8a0ac3f3

View file

@ -19,4 +19,9 @@ class LcdfTypetools < Formula
"--without-kpathsea"
system "make", "install"
end
test do
assert_match "STIXGeneral-Regular",
shell_output("#{bin}/otfinfo -p /Library/Fonts/STIXGeneral.otf")
end
end