test: cover shared multi-directory package builds

This commit is contained in:
2026-08-12 13:54:22 +09:00
parent 29e97ff8a1
commit f709a2c440
2 changed files with 1144 additions and 34 deletions

View File

@@ -9,7 +9,11 @@ package hex_test;
import bytes;
import errors;
import hex;
// Use the directory package's canonical identity. A recursive lib/... test
// request also reaches this production package through crypto.sha256's
// encoding.hex import, and one physical package must retain one identity in
// the command-scoped package universe.
import encoding.hex;
import io;
import memio;