opnsense-src/lib/libc/tests/stdbit
Jessica Clarke 41b346a6e3 libc: Fix TESTSDIR for new stdbit tests
Otherwise the directory created by etc/mtree/BSD.tests.dist, which is
where these belong, and referred to by the generated Kyuafile for
/usr/tests/lib/libc (via stdbit's existence in TESTS_SUBDIRS), ends up
empty with no Kyuafile, which is an error for kyua.

Reported by:	kp
Fixes:		2fb8cbc6ef1b ("libc/tests: add stdbit test framework and unit tests")

(cherry picked from commit 5f529f9e292a30c065c316ed5fd0d23e07b26e5c)
2026-01-01 21:57:33 +01:00
..
Makefile
stdbit-test-framework.c
stdbit-test-kernel.c
stdc_bit_ceil_test.c
stdc_bit_floor_test.c
stdc_bit_width_test.c
stdc_count_ones_test.c
stdc_count_zeros_test.c
stdc_first_leading_one_test.c
stdc_first_leading_zero_test.c
stdc_first_trailing_one_test.c
stdc_first_trailing_zero_test.c
stdc_has_single_bit_test.c
stdc_leading_ones_test.c
stdc_leading_zeros_test.c
stdc_trailing_ones_test.c
stdc_trailing_zeros_test.c