aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-07-03 12:21:23 -0500
committerJack Nagel2013-07-03 13:31:18 -0500
commit3a17f96c8f428a8de8c00b5c80e9f4c40fb19630 (patch)
treed81c3dd3aa729b00a9d7df3e40f39f30ae5df4a2 /Library/Formula
parent07f6652bc60b4480b366bc6b1291a105bd027911 (diff)
downloadhomebrew-3a17f96c8f428a8de8c00b5c80e9f4c40fb19630.tar.bz2
yarp: add test
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/yarp.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/yarp.rb b/Library/Formula/yarp.rb
index 4510f4fbf..cb0d75649 100644
--- a/Library/Formula/yarp.rb
+++ b/Library/Formula/yarp.rb
@@ -43,4 +43,8 @@ class Yarp < Formula
system "cmake", *args
system "make install"
end
+
+ test do
+ system "#{bin}/yarp", "check"
+ end
end