lcdf-typetools: add a test (#22078)
This commit is contained in:
parent
e1f84c3a98
commit
7b8a0ac3f3
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue