add regress

This commit is contained in:
shell 2001-11-05 11:23:33 +00:00
parent 23c48497dc
commit a6a3927ac8

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2001/11/01 13:43:13 shell Exp $
# $OpenBSD: Makefile,v 1.9 2001/11/05 11:23:33 shell Exp $
COMMENT= "callback framework for C++"
@ -32,4 +32,9 @@ post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCDIR}
do-regress:
.for i in handles misc signals
@cd ${WRKSRC}/tests/$i; ${MAKE} check-TESTS
.endfor
.include <bsd.port.mk>