diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/wget.rb | 4 |
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 |
