summaryrefslogtreecommitdiff
path: root/test.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test.lua')
-rw-r--r--test.lua7
1 files changed, 3 insertions, 4 deletions
diff --git a/test.lua b/test.lua
index 62571061..26e2f616 100644
--- a/test.lua
+++ b/test.lua
@@ -102,12 +102,11 @@ local function main()
testAll()
end)
-
+
test 'tclient'
test 'full'
- test 'plugins.ffi.test'
- test 'plugins.ast'
- end
+ test 'plugins.test'
+end
loadAllLibs()
main()