Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Sep 2020 16:37:09 +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: r547468 - head/graphics/libavif
Message-ID:  <202009031637.083Gb9Or039220@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Sep  3 16:37:09 2020
New Revision: 547468
URL: https://svnweb.freebsd.org/changeset/ports/547468

Log:
  graphics/libavif: connect tests to "make test"

Modified:
  head/graphics/libavif/Makefile   (contents, props changed)

Modified: head/graphics/libavif/Makefile
==============================================================================
--- head/graphics/libavif/Makefile	Thu Sep  3 16:37:04 2020	(r547467)
+++ head/graphics/libavif/Makefile	Thu Sep  3 16:37:09 2020	(r547468)
@@ -22,7 +22,8 @@ USES=		cmake compiler:c11 jpeg pkgconfig
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 GH_ACCOUNT=	AOMediaCodec
-CMAKE_ON=	AVIF_BUILD_APPS
+CMAKE_ON=	AVIF_BUILD_APPS AVIF_BUILD_TESTS
+TEST_TARGET=	avif_test_all
 
 OPTIONS_DEFINE=	AOM DAV1D GAV1 PIXBUF RAV1E
 OPTIONS_DEFAULT=AOM DAV1D PIXBUF



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