8 Testing
glitchcore edited this page 2020-10-28 08:38:31 +00:00

Integration testing

Unit testing

  1. We use 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)