summaryrefslogtreecommitdiff
path: root/test.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-01-17 15:32:44 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-01-17 15:32:44 +0800
commitc2d2e7a92461dafab0b3446cd30db67d00eed570 (patch)
tree2c31d3e01084f5dc460ebd9d65c250fc330fa76a /test.lua
parent604d6a6aad7eaa173a4fb9d7dd49b8ac2f6976d9 (diff)
downloadlua-language-server-c2d2e7a92461dafab0b3446cd30db67d00eed570.zip
prepare client test
Diffstat (limited to 'test.lua')
-rw-r--r--test.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/test.lua b/test.lua
index 947ea5aa..3058d24d 100644
--- a/test.lua
+++ b/test.lua
@@ -99,7 +99,9 @@ local function main()
require 'bee.platform'.OS = 'macOS'
testAll()
- test 'full'
+ test 'client'
+
+ --test 'full'
print('测试完成')
end