aboutsummaryrefslogtreecommitdiff
path: root/devel/boehm-gc-threaded
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2011-09-19 22:53:27 +0000
committerStanislav Sedov <stas@FreeBSD.org>2011-09-19 22:53:27 +0000
commit7329ce5475ba3ad34bdd31c8ba0d5d6d2db37e7a (patch)
tree534c92c2f2078df5233c19191684068fda24f799 /devel/boehm-gc-threaded
parent5bc4cc47052869da71b7ce5ee6de2ed5075f546b (diff)
Notes
Diffstat (limited to 'devel/boehm-gc-threaded')
-rw-r--r--devel/boehm-gc-threaded/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/boehm-gc-threaded/Makefile b/devel/boehm-gc-threaded/Makefile
index 81e8e086b2bb..f20cafcdbfca 100644
--- a/devel/boehm-gc-threaded/Makefile
+++ b/devel/boehm-gc-threaded/Makefile
@@ -67,4 +67,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/bdw-gc.pc \
${PREFIX}/libdata/pkgconfig/bdw-gc-${GC_VARIANT}.pc
+test: build
+ cd ${WRKSRC} && ${MAKE} check
+
.include <bsd.port.post.mk>