Initial commit
This commit is contained in:
commit
ca93f7224c
52 changed files with 7770 additions and 0 deletions
13
luaharfbuzz/.busted
Normal file
13
luaharfbuzz/.busted
Normal file
|
@ -0,0 +1,13 @@
|
|||
return {
|
||||
_all = {
|
||||
coverage = true,
|
||||
verbose = true,
|
||||
ROOT = { "spec" }
|
||||
},
|
||||
default = {
|
||||
["exclude-tags"] = "mac"
|
||||
},
|
||||
mac = {
|
||||
tags = "mac"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue