diff options
| author | Mike McQuaid | 2014-05-01 21:06:45 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-05-06 19:34:02 +0100 |
| commit | e80c6aba9c2574fe1b47933538fd4d9f7b09c3fc (patch) | |
| tree | 91d920620d747392e61ba68ba6c34ae8bd4cf2e0 | |
| parent | 30301d2c7c0895111ae2b2385c873eea75060b9c (diff) | |
| download | homebrew-e80c6aba9c2574fe1b47933538fd4d9f7b09c3fc.tar.bz2 | |
ice: add test.
| -rw-r--r-- | Library/Formula/ice.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/ice.rb b/Library/Formula/ice.rb index 45dfe87fb..6649dafe2 100644 --- a/Library/Formula/ice.rb +++ b/Library/Formula/ice.rb @@ -57,6 +57,10 @@ class Ice < Formula end end + test do + system "#{bin}/icebox", "--version" + end + def caveats <<-EOS.undent To enable IcePHP, you will need to change your php.ini |
