aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/googlecl.rb
diff options
context:
space:
mode:
authorMike McQuaid2013-12-14 19:38:21 +0000
committerMike McQuaid2013-12-14 19:38:32 +0000
commit080cd150acf5d4381d47d2f8ed962a6544c3981c (patch)
tree9fcacb6a1bc974821291f655d38802a005434543 /Library/Formula/googlecl.rb
parent69823997e620a69aad9fb65bd0a081e5a6258242 (diff)
downloadhomebrew-080cd150acf5d4381d47d2f8ed962a6544c3981c.tar.bz2
googlecl: add (crap) test.
Diffstat (limited to 'Library/Formula/googlecl.rb')
-rw-r--r--Library/Formula/googlecl.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/googlecl.rb b/Library/Formula/googlecl.rb
index fbeaeb446..d133d2839 100644
--- a/Library/Formula/googlecl.rb
+++ b/Library/Formula/googlecl.rb
@@ -31,4 +31,8 @@ class Googlecl < Formula
wrap "#{bin}/google", python.site_packages
end
+
+ test do
+ system "#{bin}/google", '--version'
+ end
end