aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/wget.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/wget.rb b/Library/Formula/wget.rb
index 1857dbe19..a5c16f499 100644
--- a/Library/Formula/wget.rb
+++ b/Library/Formula/wget.rb
@@ -24,4 +24,8 @@ class Wget < Formula
system "./configure", *args
system "make install"
end
+
+ def test
+ system "wget --version"
+ end
end