I’m just curious, what is a good Lua framework for unit-testing on embedded systems. I heard about Lunit and Lua Unit, but do these libraries work fine on embedded systems?
I’m just curious, what is a good Lua framework for unit-testing on embedded systems.
Share
As far as I understand from my little investigation, the best unit testing package for lua on embedded system is lunatest. It has more functions than lunit, and does not overwrite standard lua functions. So if anyone is interested, here it is – https://github.com/silentbicycle/lunatest