Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Nov 2018 00:08:23 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485571 - head/multimedia/gmmlib
Message-ID:  <201811220008.wAM08NFc070135@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Nov 22 00:08:23 2018
New Revision: 485571
URL: https://svnweb.freebsd.org/changeset/ports/485571

Log:
  multimedia/gmmlib: expose tests

Modified:
  head/multimedia/gmmlib/Makefile   (contents, props changed)

Modified: head/multimedia/gmmlib/Makefile
==============================================================================
--- head/multimedia/gmmlib/Makefile	Thu Nov 22 00:08:11 2018	(r485570)
+++ head/multimedia/gmmlib/Makefile	Thu Nov 22 00:08:23 2018	(r485571)
@@ -18,9 +18,14 @@ USES=		cmake:outsource compiler:c++11-lib
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 GH_ACCOUNT=	intel
-CMAKE_OFF=	RUN_TEST_SUITE
 CMAKE_ARGS=	-DBUILD_TYPE:STRING="${CMAKE_BUILD_TYPE}" \
 		-DGMMLIB_MARCH:STRING="${CPUTYPE}"
+
+OPTIONS_DEFINE=	TEST
+
+# XXX Unbundle googletest
+TEST_CMAKE_BOOL=	RUN_TEST_SUITE
+TEST_TEST_TARGET=	Run_ULT
 
 post-patch:
 # Silence -Wmacro-redefined



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811220008.wAM08NFc070135>