Page MenuHomeFreeBSD

tests: move some files to the tests package
ClosedPublic

Authored by ivy on May 4 2025, 12:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jul 12, 9:56 AM
Unknown Object (File)
Sat, Jul 4, 11:28 PM
Unknown Object (File)
Sat, Jul 4, 9:16 PM
Unknown Object (File)
Fri, Jul 3, 8:04 AM
Unknown Object (File)
Sat, Jun 20, 8:08 PM
Unknown Object (File)
Sat, Jun 20, 5:52 PM
Unknown Object (File)
Fri, Jun 19, 10:23 PM
Unknown Object (File)
Jun 19 2026, 5:52 PM
Subscribers

Details

Summary

some test support libraries had escaped confinement and were found
wandering around the utilities package:

/usr/tests/lib/csu/dynamiclib/libh_csu.so
/usr/tests/lib/libthr/dlopen/h_pthread_dlopen.so
/usr/tests/lib/libthr/dlopen/h_pthread_dlopen.so.1
/usr/tests/sys/vm/stack/libsoxstack.so

these aren't built using bsd.test.mk, so they don't get the default
PACKAGE=tests option; set this by hand in their Makefiles to put them
back where they belong.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable