svn commit: r547468 - head/graphics/libavif

Jan Beich jbeich at FreeBSD.org
Thu Sep 3 16:37:13 UTC 2020


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


More information about the svn-ports-head mailing list