aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/googlecl.rb
diff options
context:
space:
mode:
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