Organize project tools and local workflows: c/tools, c/scripts, c/tests, root Makefile (flat C core untouched) (#22)

This commit is contained in:
ZacharyZcR
2026-07-10 16:08:39 +08:00
committed by GitHub
parent a2942b2172
commit 13e8f09ffc
23 changed files with 87 additions and 52 deletions
+4 -1
View File
@@ -7,9 +7,12 @@ Keep changes focused and preserve Colibri's dependency-free default CPU path.
Run the lightweight checks locally:
```sh
make -C c check
make check
```
`make -C c check` remains available for scripts that already run from the
engine directory.
This performs one portable CPU build, C unit tests, and Python standard-library
tests. It does not download a model or require CUDA.