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, Dec 13, 1:43 PM
Unknown Object (File)
Sat, Dec 6, 1:29 PM
Unknown Object (File)
Thu, Nov 27, 7:00 PM
Unknown Object (File)
Thu, Nov 20, 6:08 PM
Unknown Object (File)
Thu, Nov 20, 5:51 PM
Unknown Object (File)
Thu, Nov 20, 5:20 PM
Unknown Object (File)
Thu, Nov 20, 5:11 PM
Unknown Object (File)
Nov 1 2025, 5:51 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 63870
Build 60754: arc lint + arc unit