opnsense-src/lib/csu/tests
Isaac Freund 3a56015a2f pkgbase: fix inclusion of tests in ssh, bsnmp, clibs-dev
Currently, files that belong in the tests package are included in the
ssh, bsnmp, and clibs-dev packages:

ssh.plist
24:@dir(root,wheel,0755,) /usr/tests/secure/libexec
25:@(root,wheel,0444,) /usr/tests/secure/libexec/Kyuafile

bsnmp.plist
82:@dir(root,wheel,0755,) /usr/tests/lib/libbsnmp
83:@(root,wheel,0444,) /usr/tests/lib/libbsnmp/Kyuafile
84:@(root,wheel,0555,) /usr/tests/lib/libbsnmp/bsnmpd_test

clibs-dev.plist
2518:@dir(root,wheel,0755,) /usr/tests/lib/csu
2519:@(root,wheel,0444,) /usr/tests/lib/csu/Kyuafile

This is caused by the PACKAGE=foo assignment in foo/Makefile.inc which
overrides the default PACKAGE?=tests in bsd.test.mk.

To fix this, instead use PACKAGE?=foo in foo/Makefile.inc and set
PACKAGE=tests in foo/tests/Makefile.

PR:		249144
Reviewed by:	bapt, emaste
Sponsored by:	The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D47025
2024-12-23 17:03:30 -05:00
..
dso Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
dynamic Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
dynamiclib Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
dynamicpie Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
static Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
cxx_constructors.cc lib: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
fini_test.c lib: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
init_test.c Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:42 -06:00
Makefile pkgbase: fix inclusion of tests in ssh, bsnmp, clibs-dev 2024-12-23 17:03:30 -05:00
Makefile.inc Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
Makefile.tests Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00