开发者

Lua unit testing framewok for embedded systems

开发者 https://www.devze.com 2023-04-06 16:21 出处:网络
I\'m just curious, what is a good Lua framework f开发者_如何转开发or unit-testing on embedded systems. I heard about Lunit and Lua Unit, but do these libraries work fine on embedded systems?As far as

I'm just curious, what is a good Lua framework f开发者_如何转开发or unit-testing on embedded systems. I heard about Lunit and Lua Unit, but do these libraries work fine on embedded systems?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消