HAMNET-Access-Protocol / HNAP4PlutoSDR

Main transceiver application
GNU Lesser General Public License v3.0
29 stars 5 forks source link

Add Unit Test Framework #14

Closed dl1com closed 4 years ago

dl1com commented 4 years ago

To improve maintainability, we should introduce Unit Tests. For now, we can concentrate on the "low hanging fruits", i.e. the function which are already in a testable state (e.g. the MAC code, I would say).

dl1com commented 4 years ago

@lukasostendorf any preferences regarding a specific unit test framework? Otherwise, I'd give Unity (https://github.com/ThrowTheSwitch/Unity) a try.