diff options
Diffstat (limited to 'test.lua')
-rw-r--r-- | test.lua | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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() |