13 lines
178 B
Text
13 lines
178 B
Text
|
|
-- Rerun tests only if their modification time changed.
|
||
|
|
cache = true
|
||
|
|
|
||
|
|
std = luajit
|
||
|
|
codes = true
|
||
|
|
|
||
|
|
self = false
|
||
|
|
|
||
|
|
-- Global objects defined by the C code
|
||
|
|
read_globals = {
|
||
|
|
"vim",
|
||
|
|
}
|