luametalatex-c/luaharfbuzz/.busted
Marcel Fabian Krüger ca93f7224c Initial commit
2021-12-28 10:18:21 +01:00

14 lines
169 B
Plaintext

return {
_all = {
coverage = true,
verbose = true,
ROOT = { "spec" }
},
default = {
["exclude-tags"] = "mac"
},
mac = {
tags = "mac"
}
}