aboutsummaryrefslogtreecommitdiff
path: root/www/srt/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-05-17 03:24:14 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-05-17 03:24:41 +0000
commit4b6939e6ca529ba23e7aaa2f44b137f63b36fbe0 (patch)
tree751e3932485ad73a955d8156918426611dc5fe39 /www/srt/Makefile
parentfa79f1acc1c1bc3b786e094e67094167a44520c4 (diff)
downloadports-4b6939e6ca529ba23e7aaa2f44b137f63b36fbe0.tar.gz
ports-4b6939e6ca529ba23e7aaa2f44b137f63b36fbe0.zip
www/srt: Add 'test' target
Diffstat (limited to 'www/srt/Makefile')
-rw-r--r--www/srt/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/srt/Makefile b/www/srt/Makefile
index d1abd6952c3f..d57af4978cc5 100644
--- a/www/srt/Makefile
+++ b/www/srt/Makefile
@@ -11,11 +11,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= bash:shells/bash
-USES= cmake compiler:c++11-lang shebangfix ssl
+USES= cmake:testing compiler:c++11-lang shebangfix ssl
USE_GITHUB= yes
GH_ACCOUNT= Haivision
SHEBANG_FILES= scripts/srt-ffplay
+CMAKE_TESTING_ON= ENABLE_TESTING ENABLE_UNITTESTS # test TestIPv6.v6_calls_v4 hangs: https://github.com/Haivision/srt/issues/2007
+
.include <bsd.port.mk>