make clean && makemake testThis runs:
- CLI smoke tests
- CLI regression tests for the TA form lifecycle
- Web smoke tests covering login, authorization, API routes, PNG upload, enrollment, logging, and optional state persistence
./scripts/run_smoke_tests.sh
./scripts/run_cli_regression_tests.sh
./scripts/run_web_smoke_tests.shmake sanitizeThis enables AddressSanitizer and UndefinedBehaviorSanitizer for local memory and UB debugging.
make format
make lintThese targets use clang-format and clang-tidy when they are available on the host system.