make: re-home lib/os + lib/os/stat + lib/dirs bare legs into LIBRARY_TESTS

The three modules pass bare (loud SKIPs on absent env); their arranged
legs stay owned by test/libenv. Closes the deliberate scope cut from
the os wave.
This commit is contained in:
2026-08-08 16:29:55 +09:00
parent c3fc2bdb27
commit 74f927be16

View File

@@ -497,7 +497,8 @@ LIBRARY_TESTS = lib/errors/errno_test.ww lib/ascii/ascii_test.ww \
lib/hash/adler32/adler32_test.ww lib/hash/crc16/crc16_test.ww \
lib/hash/crc32/crc32_test.ww lib/hash/crc64/crc64_test.ww \
lib/path/path_test.ww lib/crypto/sha256/sha256_test.ww \
lib/hash/siphash/siphash_test.ww
lib/hash/siphash/siphash_test.ww \
lib/os/os_test.ww lib/os/stat_test.ww lib/dirs/dirs_test.ww
# These real sources have a standalone-compilation contract that is not
# subsumed by a library @test import owner.