2020-10-10 16:32:06 +06:00
|
|
|
# Integration testing
|
2020-10-01 02:05:04 +03:00
|
|
|
|
2020-10-10 16:32:06 +06:00
|
|
|
* **[Bootloader testcase](Bootloader-test)**
|
|
|
|
* **[Input testcase](Input-test)**
|
|
|
|
* **[General testcase](General-building-test)**
|
2020-10-02 09:44:05 +03:00
|
|
|
|
2020-10-10 16:32:06 +06:00
|
|
|
# Unit testing
|
2020-10-02 09:44:05 +03:00
|
|
|
|
2020-10-12 09:10:15 +03:00
|
|
|
1. We use [minunit](https://github.com/barrust/c-utils#minunit) as testing framework
|
2020-10-10 16:32:06 +06:00
|
|
|
2. Tests root placed in `applications/tests/minuint_test.c`
|
|
|
|
3. There is `Run local tests` job in `CI` pipeline (`.github/workflows/ci.yml`)
|