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:		2fb8cbc6ef ("libc/tests: add stdbit test framework and unit tests")
This commit is contained in:
Jessica Clarke
2025-12-01 14:06:21 +00:00
parent c1e033c33e
commit 5f529f9e29
+2
View File
@@ -1,3 +1,5 @@
TESTSDIR= ${TESTSBASE}/lib/libc/stdbit
# ensure libc functions are tested, not clang's builtins
CFLAGS+= -fno-builtin