From 99330de01846d9aef2176503f95f5875d1b031c5 Mon Sep 17 00:00:00 2001 From: drochner Date: Wed, 1 Sep 2010 10:54:31 +0000 Subject: add a "test" target --- math/mapm/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'math/mapm') diff --git a/math/mapm/Makefile b/math/mapm/Makefile index 1c6de60a58f..e3e8df0e5f7 100644 --- a/math/mapm/Makefile +++ b/math/mapm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2010/08/17 11:24:20 obache Exp $ +# $NetBSD: Makefile,v 1.8 2010/09/01 10:54:31 drochner Exp $ # DISTNAME= mapm-4.9.5a @@ -27,4 +27,7 @@ do-install: ${INSTALL_DATA} $$f ${DESTDIR}${PREFIX}/share/doc/mapm; \ done +do-test: + cd ${WRKSRC} && ./validate + .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3