flipperzero-firmware/wiki/Testing.md
2020-10-12 09:10:15 +03:00

12 lines
393 B
Markdown

# Integration testing
* **[Bootloader testcase](Bootloader-test)**
* **[Input testcase](Input-test)**
* **[General testcase](General-building-test)**
# Unit testing
1. We use [minunit](https://github.com/barrust/c-utils#minunit) as testing framework
2. Tests root placed in `applications/tests/minuint_test.c`
3. There is `Run local tests` job in `CI` pipeline (`.github/workflows/ci.yml`)