2020-10-10 10:32:06 +00:00
|
|
|
# Integration testing
|
2020-09-30 23:05:04 +00:00
|
|
|
|
2020-10-10 10:32:06 +00:00
|
|
|
* **[Bootloader testcase](Bootloader-test)**
|
|
|
|
* **[Input testcase](Input-test)**
|
|
|
|
* **[General testcase](General-building-test)**
|
2020-10-02 06:44:05 +00:00
|
|
|
|
2020-10-10 10:32:06 +00:00
|
|
|
# Unit testing
|
2020-10-02 06:44:05 +00:00
|
|
|
|
2020-10-12 06:10:15 +00:00
|
|
|
1. We use [minunit](https://github.com/barrust/c-utils#minunit) as testing framework
|
2020-10-10 10:32:06 +00: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`)
|