diff options
author | martin <martin@pkgsrc.org> | 2015-04-12 09:02:39 +0000 |
---|---|---|
committer | martin <martin@pkgsrc.org> | 2015-04-12 09:02:39 +0000 |
commit | 1745506c178e3bd244a11b7badf0125c3704638a (patch) | |
tree | 8ea37e34315ead1ef2c3792ba4ec478aace18ee5 /www/firefox/mozilla-common.mk | |
parent | f29dd4b10a7ac5db0e07820fac5f06ab6b899b85 (diff) | |
download | pkgsrc-1745506c178e3bd244a11b7badf0125c3704638a.tar.gz |
Add a "make test" target. Makes testing for PR 49828 easier.
Diffstat (limited to 'www/firefox/mozilla-common.mk')
-rw-r--r-- | www/firefox/mozilla-common.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/firefox/mozilla-common.mk b/www/firefox/mozilla-common.mk index 301ab2b8ba0..cc6c56fb3ca 100644 --- a/www/firefox/mozilla-common.mk +++ b/www/firefox/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.52 2015/04/05 12:54:11 ryoon Exp $ +# $NetBSD: mozilla-common.mk,v 1.53 2015/04/12 09:02:39 martin Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -10,6 +10,10 @@ USE_TOOLS+= pkg-config perl gmake autoconf213 unzip zip USE_LANGUAGES+= c99 c++ UNLIMIT_RESOURCES+= datasize +test: + cd ${WRKSRC}/${OBJDIR}/dist/bin && \ + ./run-mozilla.sh ${WRKSRC}/mach check-spidermonkey + .include "../../mk/bsd.prefs.mk" # tar(1) of OpenBSD 5.5 has no --exclude command line option. .if ${OPSYS} == "OpenBSD" |