matheusmbar / embedded_cpp

MIT License
2 stars 0 forks source link

Support testing libopencm3 calls #22

Open matheusmbar opened 11 months ago

matheusmbar commented 11 months ago

Setup a way to test calls to its APIs, so low level modules may be implemented at "lib" target and tested.

PS: Libopencm3 is a third party library with C linkage, so this will require implementing a C source code that calls a C++ mock class.