zccache 1.11.16

Local-first compiler cache for C/C++/Rust/Emscripten
Documentation
1
2
3
4
5
6
7
8
9
10
11
# server/tests

Unit tests for `server/` submodules, originally a single 2.3K-LOC `tests.rs`.
Split per domain so each file stays well under 1,000 LOC; one module per
sibling `server/` subject (pack/persist, cache trim, fingerprint, link cache,
PCH resolution, write-cached-output, post-link hook, server IPC end-to-end).

`mod.rs` declares the per-domain submodules and owns only the cross-module
helpers (`CacheDirEnvGuard`). Per-domain helpers (fixture builders,
`start_daemon`, jobserver-env constructors, `write_fake_linker`, etc.) live
next to the tests that use them — no `common.rs` indirection.