bc: minor fixes.

* get tests running.
This commit is contained in:
Adrien Destugues
2014-10-14 15:00:08 +02:00
parent 2f69ff1c01
commit b625ac2ec2
3 changed files with 50 additions and 13 deletions

View File

@@ -22,6 +22,7 @@ PROVIDES="
REQUIRES="
haiku >= $haikuVersion
lib:libfl >= 2
"
BUILD_REQUIRES="
@@ -52,5 +53,7 @@ INSTALL()
TEST()
{
timetest
make check
cd Test
./timetest
}