From 74f927be16bf39b2bc55246c24b458b523cf10dd Mon Sep 17 00:00:00 2001 From: Hojun-Cho Date: Sat, 8 Aug 2026 16:29:55 +0900 Subject: [PATCH] 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. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 739e95ab..8fbc78e2 100644 --- a/Makefile +++ b/Makefile @@ -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.