diff --git a/sys-devel/bison/bison-2.4.1.bep b/sys-devel/bison/bison-2.4.1.bep index e10377cda..ce04eeeb4 100644 --- a/sys-devel/bison/bison-2.4.1.bep +++ b/sys-devel/bison/bison-2.4.1.bep @@ -2,7 +2,7 @@ DESCRIPTION="bison - A yacc-compatible parser generator" HOMEPAGE="http://www.gnu.org/software/bison/bison.html" SRC_URI="http://ftp.gnu.org/gnu/bison/bison-2.4.1.tar.gz" CHECKSUM_MD5="c58aa1da418dc9704070872489e89bf5" -REVISION="1" +REVISION="2" STATUS_HAIKU="stable" DEPEND="" BUILD { @@ -14,7 +14,12 @@ BUILD { INSTALL { cd bison-2.4.1 make install +} + +TEST { + cd bison-2.4.1 make check } + LICENSE="GNU GPL v3" COPYRIGHT="1992-2008 Free Software Foundation, Inc." diff --git a/sys-devel/gettext/gettext-0.17.bep b/sys-devel/gettext/gettext-0.17.bep index 049161d01..c46cc333d 100644 --- a/sys-devel/gettext/gettext-0.17.bep +++ b/sys-devel/gettext/gettext-0.17.bep @@ -37,5 +37,11 @@ INSTALL { cd gettext-0.17 make install } + +TEST { + cd gettext-0.17 + make check +} + LICENSE="GNU GPL v2" COPYRIGHT="1998, 2009 Free Software Foundation, Inc." diff --git a/sys-devel/libtool/libtool-2.4.bep b/sys-devel/libtool/libtool-2.4.bep index 2eb17cb98..2548b0f2a 100644 --- a/sys-devel/libtool/libtool-2.4.bep +++ b/sys-devel/libtool/libtool-2.4.bep @@ -15,7 +15,12 @@ BUILD { INSTALL { cd libtool-2.4 make install +} + +TEST { + cd libtool-2.4 make check } + LICENSE="GNU GPL v2" COPYRIGHT="2004-2010 Free Software Foundation, Inc."