diff options
Diffstat (limited to 'test.lua')
-rw-r--r-- | test.lua | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,6 +9,7 @@ local fs = require 'bee.filesystem' ROOT = fs.path(rootPath) TEST = true DEVELOP = true +FOOTPRINT = true LOGPATH = LOGPATH or (ROOT .. '/log') METAPATH = METAPATH or (ROOT .. '/meta') @@ -89,7 +90,7 @@ local function main() --config.config.intelliSense.searchDepth = 5 loadDocMetas() - test 'full' + --test 'full' require 'bee.platform'.OS = 'Windows' testAll() |