summaryrefslogtreecommitdiff
path: root/test.lua
diff options
context:
space:
mode:
authorfesily <fesil@foxmail.com>2023-05-10 09:36:33 +0800
committerfesily <fesil@foxmail.com>2023-05-10 09:36:33 +0800
commit9a5e61eedd082d5d07e58b5e4da54062d44c8c23 (patch)
treef6036604e7fd194f957ce011a39b1b85b92911fb /test.lua
parentd7e59826b5dec2d6f4b9ba59f6d64af42c078edd (diff)
downloadlua-language-server-9a5e61eedd082d5d07e58b5e4da54062d44c8c23.zip
ffi support
Diffstat (limited to 'test.lua')
-rw-r--r--test.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.lua b/test.lua
index 9e136934..6de3de5d 100644
--- a/test.lua
+++ b/test.lua
@@ -105,6 +105,7 @@ local function main()
test 'tclient'
test 'full'
+ test 'ffi'
end
loadAllLibs()