mherkender / lua.js

An ECMAscript framework to compile and run Lua code, allowing Lua to run in a browser or in Flash
http://blog.brokenfunction.com/
600 stars 73 forks source link

Add unit tests and Travis CI support #15

Closed kyleconroy closed 11 years ago

kyleconroy commented 11 years ago

You can now easily add lua files for testing. Just add a lua file in the tests directory, and it will automatically get run. I'm just doing tests via asserts. A sample lua test has been included as well.