flipperzero-firmware/wiki/Testing.md
coreglitch de968b13b4
Implement LF RFID emulation (#208)
* migrate code from old repo, not work
* fix emulation
* disable irq handling while RFID emulating
* add testcase
2020-10-28 11:38:04 +03:00

444 B

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)