feat(test,ci): testing framework w/ ci integration
This commit is contained in:
parent
c91294f4bd
commit
e581baccac
6 changed files with 59 additions and 0 deletions
8
.busted
Normal file
8
.busted
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
_all = {
|
||||
lua = 'nlua',
|
||||
lpath = 'lua/?.lua;lua/?/init.lua',
|
||||
helper = 'tests/minimal.lua',
|
||||
},
|
||||
default = { verbose = true },
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue