diff options
author | marcus <marcus@FreeBSD.org> | 2005-04-25 04:43:37 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-04-25 04:43:37 +0800 |
commit | 9590b4dcdb959d73531bb98a1eb5d3c4a3fd7148 (patch) | |
tree | 885b9b89b0c66bdbed43e0704f5f8e484d757097 /devel | |
parent | 558e1ada8048246e3a78ae3b56400b2d287214c1 (diff) | |
download | freebsd-ports-gnome-9590b4dcdb959d73531bb98a1eb5d3c4a3fd7148.tar.gz freebsd-ports-gnome-9590b4dcdb959d73531bb98a1eb5d3c4a3fd7148.tar.zst freebsd-ports-gnome-9590b4dcdb959d73531bb98a1eb5d3c4a3fd7148.zip |
Add a ``tests'' target to run the built-in gamin regression tests.
Discussed with: jylefort
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gamin/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/gamin/Makefile b/devel/gamin/Makefile index 0ac62b7b708c..0f41dc558e85 100644 --- a/devel/gamin/Makefile +++ b/devel/gamin/Makefile @@ -33,4 +33,9 @@ USE_INC_LIBTOOL_VER=15 post-patch: @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f +tests: build + @${ECHO_MSG} "===> Running gamin regression tests" + @(cd ${WRKSRC}/tests && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ + Makefile ${MAKE_ARGS} tests) + .include <bsd.port.mk> |