opnsense-src/lib/libthr/tests
Lexi Winter e4cacb6623 tests: move some files to the tests package
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.

Reviewed by:	manu, des, emaste
Approved by:	des (mentor)
Differential Revision:	https://reviews.freebsd.org/D50147
2025-05-05 16:39:25 +01:00
..
dlopen tests: move some files to the tests package 2025-05-05 16:39:25 +01:00
atfork_test.c libthr: allow very early atfork registration 2024-11-13 19:33:44 -06:00
Makefile libthr: add some tests for pthread_atfork() handling 2024-11-13 19:33:37 -06:00
Makefile.depend Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
pthread_sigqueue_test.c Add test for pthread_sigqueue(3) 2024-04-23 19:51:31 +03:00
umtx_op_test.c typo: Fix side -> size since it matters to the meaning... 2024-06-04 10:59:01 -06:00