diff options
Diffstat (limited to 'devel/boehm-gc-redirect')
-rw-r--r-- | devel/boehm-gc-redirect/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/boehm-gc-redirect/Makefile b/devel/boehm-gc-redirect/Makefile index a5ab8cd3a9bf..e82938c2aa8b 100644 --- a/devel/boehm-gc-redirect/Makefile +++ b/devel/boehm-gc-redirect/Makefile @@ -57,4 +57,7 @@ do-install: lib${LIB}-${GC_VARIANT}.so) .endfor +test: build + cd ${WRKSRC} && ${MAKE} check + .include <bsd.port.post.mk> |