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)
Sat, Aug 16, 5:54 PM
Unknown Object (File)
Jul 27 2025, 3:05 PM
Unknown Object (File)
Jul 10 2025, 1:21 PM
Unknown Object (File)
Jul 9 2025, 2:59 PM
Unknown Object (File)
Jun 29 2025, 6:42 AM
Unknown Object (File)
Jun 27 2025, 2:43 AM
Unknown Object (File)
Jun 26 2025, 3:53 AM
Unknown Object (File)
Jun 23 2025, 6:31 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