summaryrefslogtreecommitdiff
path: root/test.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test.lua')
-rw-r--r--test.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/test.lua b/test.lua
index 4a2d7f06..b4e8932b 100644
--- a/test.lua
+++ b/test.lua
@@ -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()