From 8bd0f648fc18312d93f8cb7f7c68373ba539db12 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Mon, 16 Sep 2013 22:31:42 +0200 Subject: [PATCH] Add TEST function for icu. --- dev-libs/icu/icu-4.8.1.1.recipe | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-libs/icu/icu-4.8.1.1.recipe b/dev-libs/icu/icu-4.8.1.1.recipe index a38256bea..e70217151 100644 --- a/dev-libs/icu/icu-4.8.1.1.recipe +++ b/dev-libs/icu/icu-4.8.1.1.recipe @@ -79,6 +79,12 @@ INSTALL() rm -r $binDir } +TEST() +{ + cd source + make check +} + DESCRIPTION="ICU is a mature, widely used set of C/C++ and Java libraries providing Unicode and Globalization support for software applications. ICU is widely portable and gives applications the same results on all platforms and between C/C++ and Java software. ICU is released under a nonrestrictive open source license that is suitable for use with both commercial software and with other open source or free software.