diff --git a/app-text/xmlto/xmlto-0.0.26.recipe b/app-text/xmlto/xmlto-0.0.26.recipe index bb1007d13..be6b1315c 100644 --- a/app-text/xmlto/xmlto-0.0.26.recipe +++ b/app-text/xmlto/xmlto-0.0.26.recipe @@ -33,10 +33,11 @@ BUILD_REQUIRES=" haiku_devel " BUILD_PREREQUIRES=" - cmd:gcc cmd:awk - cmd:getopt + cmd:gcc + cmd:cmp cmd:flex + cmd:getopt cmd:make " @@ -50,3 +51,8 @@ INSTALL() { make install } + +TEST() +{ + make check +}