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)
Thu, Oct 9, 7:25 PM
Unknown Object (File)
Mon, Sep 29, 2:16 AM
Unknown Object (File)
Sun, Sep 21, 8:06 AM
Unknown Object (File)
Thu, Sep 18, 6:24 AM
Unknown Object (File)
Wed, Sep 17, 3:09 PM
Unknown Object (File)
Sep 16 2025, 5:33 AM
Unknown Object (File)
Sep 12 2025, 11:18 PM
Unknown Object (File)
Sep 9 2025, 6:21 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