Automatic mocking tool for C
.\build.ps1 -install.\build.ps1# Using Makefile
make setup # Install dependencies and setup hooks
make build # Run full build pipeline
# Or using build script
./build.sh # Normal build
./build.sh --clean # Clean build
./build.sh --install # Install only- Python 3.10+ (Python 3.13 recommended)
- Poetry (will be auto-installed)
- For running integration tests: clang/llvm, cmake, ninja-build
Run make help to see all available commands:
| Target | Description |
|---|---|
make install |
Install dependencies |
make test |
Run tests |
make lint |
Run linting checks |
make docs |
Build documentation |
make build |
Full build pipeline (lint + test + docs) |
make clean |
Clean build artifacts |
- Pre-Commit checks and linting
- Execution of all tests
- Building documentation