mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-18 01:30:07 +02:00
patch: add test rule.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user