From a6a3927ac82ca46dca11fd4a4fee86646de884a2 Mon Sep 17 00:00:00 2001 From: shell Date: Mon, 5 Nov 2001 11:23:33 +0000 Subject: [PATCH] add regress --- devel/libsigc++/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/devel/libsigc++/Makefile b/devel/libsigc++/Makefile index 3613445a334..c3471cc605a 100644 --- a/devel/libsigc++/Makefile +++ b/devel/libsigc++/Makefile @@ -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