From eeb91c45e8e245225cc8db032504dab8a185d71d Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Wed, 15 Oct 2014 11:58:09 +0200 Subject: [PATCH] patch: add test rule. --- sys-devel/patch/patch-2.7.1.recipe | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sys-devel/patch/patch-2.7.1.recipe b/sys-devel/patch/patch-2.7.1.recipe index fc806e52f..eebe7efb6 100644 --- a/sys-devel/patch/patch-2.7.1.recipe +++ b/sys-devel/patch/patch-2.7.1.recipe @@ -23,8 +23,10 @@ REQUIRES=" BUILD_PREREQUIRES=" haiku_devel >= $haikuVersion + cmd:awk cmd:make cmd:gcc + cmd:git " @@ -39,3 +41,8 @@ INSTALL() make install rm $libDir/charset.alias } + +TEST() +{ + make check +}