git: b0995124cd97 - main - pkgbase: Install libxo test files in the tests package
Emmanuel Vadot
manu at FreeBSD.org
Mon Jan 4 15:25:23 UTC 2021
The branch main has been updated by manu:
URL: https://cgit.FreeBSD.org/src/commit/?id=b0995124cd97d215419fc42fa147ae8dff07cc5f
commit b0995124cd97d215419fc42fa147ae8dff07cc5f
Author: Emmanuel Vadot <manu at freebsd.org>
AuthorDate: 2020-12-21 22:35:53 +0000
Commit: Emmanuel Vadot <manu at 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
More information about the dev-commits-src-main
mailing list