UniLua
UniLua copied to clipboard
unit tests should be added to unilua
unit tests should be added to unilua with 100% code coverage , so that one can be assured by the stability of the tests - when the same unit tests are run on :- (A) Lua (standard VM) (B) UniLua It will ensure better code quality too
you can use LuaUnit to write unit tests, LuaUnit works on lua 5.1 and 5.2 both and is in active development since year 2005 to till date (year 2014) https://github.com/bluebird75/luaunit
luausers also give example of luaunit only: http://lua-users.org/wiki/UnitTesting