From d47dff5891a9ef808acf2aa00b05c7848477fb8b Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 8 Mar 2012 00:09:27 -0800 Subject: Add test to wget. --- Library/Formula/wget.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Library/Formula') 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 -- cgit v1.2.3