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.
This commit is contained in:
fbrosson
2016-12-11 06:56:12 +00:00
parent bcb128d50e
commit d35e17ec4a

View File

@@ -33,10 +33,11 @@ BUILD_REQUIRES="
haiku_devel haiku_devel
" "
BUILD_PREREQUIRES=" BUILD_PREREQUIRES="
cmd:gcc
cmd:awk cmd:awk
cmd:getopt cmd:gcc
cmd:cmp
cmd:flex cmd:flex
cmd:getopt
cmd:make cmd:make
" "
@@ -50,3 +51,8 @@ INSTALL()
{ {
make install make install
} }
TEST()
{
make check
}