diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-04-24 20:43:37 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-04-24 20:43:37 +0000 |
commit | 621532c006aba65acbb61c8ebb253be71a21fbdd (patch) | |
tree | c5affb15c8368f7118fbe42f2f766a2bc6e29265 /devel/gamin | |
parent | 75331fa2ca8b23b6220729dd30c4a7c93e7366d7 (diff) |
Notes
Diffstat (limited to 'devel/gamin')
-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> |