aboutsummaryrefslogtreecommitdiff
path: root/devel/binaryen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/binaryen/Makefile')
-rw-r--r--devel/binaryen/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/binaryen/Makefile b/devel/binaryen/Makefile
index 392fc6b20d99..0091bf592311 100644
--- a/devel/binaryen/Makefile
+++ b/devel/binaryen/Makefile
@@ -1,6 +1,6 @@
PORTNAME= binaryen
DISTVERSIONPREFIX= version_
-DISTVERSION= 113
+DISTVERSION= 114
CATEGORIES= devel
MAINTAINER= eduardo@FreeBSD.org
@@ -22,4 +22,7 @@ OPTIONS_SUB= yes
TEST_CMAKE_BOOL= BUILD_TESTS
TEST_GH_TUPLE= google:googletest:e2239ee:googletest/third_party/googletest
+do-test-TEST-on:
+ binaryen-unittests
+
.include <bsd.port.mk>