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)
Tue, Aug 11, 11:53 PM
Unknown Object (File)
Tue, Aug 4, 8:18 AM
Unknown Object (File)
Tue, Aug 4, 7:48 AM
Unknown Object (File)
Tue, Aug 4, 5:01 AM
Unknown Object (File)
Mon, Aug 3, 6:53 AM
Unknown Object (File)
Sun, Jul 26, 3:21 AM
Unknown Object (File)
Fri, Jul 24, 1:45 PM
Unknown Object (File)
Fri, Jul 24, 1:21 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