Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jan 2021 15:25:22 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: b0995124cd97 - main - pkgbase: Install libxo test files in the tests package
Message-ID:  <202101041525.104FPMBK059174@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/src/commit/?id=b0995124cd97d215419fc42fa147ae8dff07cc5f

commit b0995124cd97d215419fc42fa147ae8dff07cc5f
Author:     Emmanuel Vadot <manu@freebsd.org>
AuthorDate: 2020-12-21 22:35:53 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2021-01-04 15:20:26 +0000

    pkgbase: Install libxo test files in the tests package
    
    Reviewed by:    bapt, emaste
    Differential Revision:  https://reviews.freebsd.org/D27713
---
 lib/libxo/tests/encoder/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/libxo/tests/encoder/Makefile b/lib/libxo/tests/encoder/Makefile
index 6f657781a8e1..a8839e45a9fa 100644
--- a/lib/libxo/tests/encoder/Makefile
+++ b/lib/libxo/tests/encoder/Makefile
@@ -1,5 +1,7 @@
 # $FreeBSD$
 
+PACKAGE=	tests
+
 LIBXOSRC=	${SRCTOP}/contrib/libxo
 
 .PATH: ${LIBXOSRC}/encoder/test



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