mirror of
https://github.com/TangentFoxy/lua-date.git
synced 2025-07-27 18:42:18 +00:00
12 lines
159 B
Plaintext
12 lines
159 B
Plaintext
return {
|
|
default = {
|
|
verbose = true,
|
|
coverage = true,
|
|
output = "gtest",
|
|
ROOT = {
|
|
"spec/",
|
|
--"examples/vcache.lua",
|
|
},
|
|
},
|
|
}
|