xcproj: add test

This commit is contained in:
mikit 2018-03-19 06:47:27 +09:00 committed by ilovezfs
parent 00e815f266
commit 64057f69ab

View file

@ -38,4 +38,8 @@ class Xcproj < Formula
In which case you will have to remove and rebuild the installed xcproj version.
EOS
end
test do
system "#{bin}/xcproj", "--version"
end
end