Organize project tools and local workflows: c/tools, c/scripts, c/tests, root Makefile (flat C core untouched) (#22)
This commit is contained in:
+4
-1
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user