Consolidate unit testing code

This commit is contained in:
2026-02-24 23:15:02 -05:00
parent a7027873ab
commit 2c2d4e44bb
12 changed files with 74 additions and 88 deletions

View File

@@ -4,11 +4,8 @@ Modules are listed in dependency order — each module's dependencies
all appear earlier in the list. Where a dependency comes only from
the `.cpp` file (not the `.hpp`), it is marked **(cpp-only)**.
- **bytell-hash-map** — third-party hash map (header-only)
- **eng-malloc** — custom deterministic memory allocator
- **enginewrapper** — pure C interface for driver/driven boundary
- **fast-float** — third-party float parser (header-only)
- **flat-hash-map** — third-party hash map (header-only)
- **spookyv2** — hash function
- **util** → spookyv2
- **luastack** → util