- Run self test when compiling the package

PR:		ports/98710
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
This commit is contained in:
Pav Lucistnik 2006-06-09 22:18:06 +00:00
parent f1e5a11364
commit 1f86cc7f5d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164957

View file

@ -34,4 +34,7 @@ PKGDIR= ${.CURDIR}
pre-build:
${MKDIR} ${WRKSRC}/lib/uuid/elfshared
post-build:
cd ${INSTALL_WRKSRC} && ${MAKE} check
.include "${MASTERDIR}/Makefile"