Add TEST function for icu.

This commit is contained in:
Oliver Tappe
2013-09-16 22:31:42 +02:00
parent 5b6a9d5f52
commit 8bd0f648fc

View File

@@ -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.