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)
Mon, Mar 16, 12:26 AM
Unknown Object (File)
Sun, Mar 15, 10:08 PM
Unknown Object (File)
Wed, Mar 11, 2:24 AM
Unknown Object (File)
Feb 27 2026, 5:00 PM
Unknown Object (File)
Feb 9 2026, 12:25 AM
Unknown Object (File)
Jan 25 2026, 12:46 PM
Unknown Object (File)
Jan 23 2026, 5:08 AM
Unknown Object (File)
Jan 16 2026, 7:09 AM
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