summaryrefslogtreecommitdiff
path: root/test.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-06-11 19:48:00 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-06-11 19:48:00 +0800
commit10a999ff48d18737be710c1308d829b27f9487ae (patch)
tree6b5240d985e6b2cb9592c80d04a3c41c21e6d025 /test.lua
parentd587d5c381c9cf8c59fb6aa0caf26fc7288ed550 (diff)
downloadlua-language-server-10a999ff48d18737be710c1308d829b27f9487ae.zip
cleanup
Diffstat (limited to 'test.lua')
-rw-r--r--test.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/test.lua b/test.lua
index fe998a89..4a2d7f06 100644
--- a/test.lua
+++ b/test.lua
@@ -89,6 +89,8 @@ local function main()
--config.config.intelliSense.searchDepth = 5
loadDocMetas()
+ test 'full'
+
require 'bee.platform'.OS = 'Windows'
testAll()
require 'bee.platform'.OS = 'Linux'