summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2010-09-01 10:54:31 +0000
committerdrochner <drochner@pkgsrc.org>2010-09-01 10:54:31 +0000
commit99330de01846d9aef2176503f95f5875d1b031c5 (patch)
tree39dc2be04bae49220f7166d8f7040c751e4d2e47 /math
parentbd7cf25887e8c3d06a6f9167a5aa3160b5592375 (diff)
downloadpkgsrc-99330de01846d9aef2176503f95f5875d1b031c5.tar.gz
add a "test" target
Diffstat (limited to 'math')
-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"