mirror of
https://github.com/koreader/koreader
synced 2024-10-31 21:20:20 +00:00
21c51a9162
The new container-based format doesn't do sudo anymore, so there are some extensive changes. It does, however, allow cache. I also took the opportunity to switch to a newer busted. The root element for that now needs to be a table.
8 lines
111 B
Plaintext
8 lines
111 B
Plaintext
return {
|
|
default = {
|
|
verbose = true,
|
|
ROOT = {"spec/front/unit"},
|
|
lpath = "spec/front/unit/?.lua",
|
|
},
|
|
}
|