aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2014-01-17 00:14:03 +0000
committerMike McQuaid2014-01-17 00:14:19 +0000
commit2855ed1f0d8cbd6e28cd1367a56b1e08fa49ad40 (patch)
treeef86b012434ea90941245b97a540ad59a3a6f5b1 /Library/Formula
parent529950ce998c7f1845667e818f45725edd4aabfc (diff)
downloadhomebrew-2855ed1f0d8cbd6e28cd1367a56b1e08fa49ad40.tar.bz2
bear: add test.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/bear.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/bear.rb b/Library/Formula/bear.rb
index 9b79024e9..fadc9a12f 100644
--- a/Library/Formula/bear.rb
+++ b/Library/Formula/bear.rb
@@ -15,4 +15,8 @@ class Bear < Formula
system "make", "install"
end
end
+
+ test do
+ system "#{bin}/bear", "--", "true"
+ end
end