housekeeping, adding CI, moving some source files, fix linter

This commit is contained in:
Thijs Schreijer
2018-12-03 15:25:59 +01:00
parent 7a05302fb8
commit b3c3cba87b
10 changed files with 112 additions and 53 deletions

View File

@@ -1,5 +1,11 @@
return {
default = {
output = "TAP"
verbose = true,
coverage = true,
output = "gtest",
ROOT = {
"spec/",
--"examples/vcache.lua",
},
},
}