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)
Wed, May 27, 7:52 PM
Unknown Object (File)
Thu, May 21, 11:53 PM
Unknown Object (File)
May 8 2026, 8:58 AM
Unknown Object (File)
May 6 2026, 1:13 PM
Unknown Object (File)
Apr 30 2026, 5:30 PM
Unknown Object (File)
Apr 28 2026, 12:18 AM
Unknown Object (File)
Apr 21 2026, 9:16 AM
Unknown Object (File)
Apr 21 2026, 6:31 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