diff --git a/Formula/lcdf-typetools.rb b/Formula/lcdf-typetools.rb index a11192b403..17679a012d 100644 --- a/Formula/lcdf-typetools.rb +++ b/Formula/lcdf-typetools.rb @@ -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