summaryrefslogtreecommitdiff
path: root/math/mapm
diff options
context:
space:
mode:
authordrochner <drochner>2010-09-01 10:54:31 +0000
committerdrochner <drochner>2010-09-01 10:54:31 +0000
commitfac8c685f44e03cc248b6c4db29ab65551658f46 (patch)
tree39dc2be04bae49220f7166d8f7040c751e4d2e47 /math/mapm
parent577598748e22bf2d45d4cc4638a89e2642234a29 (diff)
downloadpkgsrc-fac8c685f44e03cc248b6c4db29ab65551658f46.tar.gz
add a "test" target
Diffstat (limited to 'math/mapm')
-rw-r--r--math/mapm/Makefile5
1 files changed, 4 insertions, 1 deletions
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"