From d35e17ec4ab499ba6a5346918af87a2944174aec Mon Sep 17 00:00:00 2001 From: fbrosson Date: Sun, 11 Dec 2016 06:56:12 +0000 Subject: [PATCH] xmlto: add TEST with "make check", add cmd:cmp to BUILD_PREREQUIRES. cmd:cmp is required for running "make check". While at it, also sorted BUILD_PREREQUIRES alphabetically. --- app-text/xmlto/xmlto-0.0.26.recipe | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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 +}