mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-11-28 11:26:32 +03:00
393 B
393 B
Integration testing
Unit testing
- We use minunit as testing framework
- Tests root placed in
applications/tests/minuint_test.c
- There is
Run local tests
job inCI
pipeline (.github/workflows/ci.yml
)