From eb7c4db340d0b768aa7caf9031a719b77a381bcd Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 27 Dec 2014 16:08:31 +0000 Subject: icu4c: fix strict audit failures. --- Library/Formula/icu4c.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3