googlecl: add (crap) test.

master
Mike McQuaid 2013-12-14 19:38:21 +00:00
parent b2ef33aa9d
commit 0b0a70fb4e
1 changed files with 4 additions and 0 deletions

View File

@ -31,4 +31,8 @@ class Googlecl < Formula
wrap "#{bin}/google", python.site_packages
end
test do
system "#{bin}/google", '--version'
end
end