aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/icu4c.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/icu4c.rb b/Library/Formula/icu4c.rb
index b18ab232d..ac46d78cb 100644
--- a/Library/Formula/icu4c.rb
+++ b/Library/Formula/icu4c.rb
@@ -1,5 +1,3 @@
-require "formula"
-
class Icu4c < Formula
homepage "http://site.icu-project.org/"
head "http://source.icu-project.org/repos/icu/icu/trunk/", :using => :svn
@@ -31,4 +29,8 @@ class Icu4c < Formula
system "make", "install"
end
end
+
+ test do
+ system "#{bin}/gendict", "--uchars", "/usr/share/dict/words", "dict"
+ end
end