Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 398 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 398 Bytes

Bazel rules for Lua

There are 3 modules in this project

  • rules_lua - this folder, containing basic building blocks such as lua libraries, fennel binaries, etc. See the docs folder for more docs on this
  • luaunit - rules for using luaunit for unit tests
  • busted - rules for using busted for unit

See the example project for more advanced usage