diff options
author | actboy168 <actboy168@gmail.com> | 2021-02-26 08:46:51 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-26 08:46:51 +0800 |
commit | b671c35f25832ec3abc7b2713e977e6f3d31c800 (patch) | |
tree | 62ede6e99306026bf0a8912c7c8f3bbce9e7d8a8 | |
parent | 58fde8d79ca7e67ce860b156d820a96f939e6615 (diff) | |
download | lua-language-server-b671c35f25832ec3abc7b2713e977e6f3d31c800.zip |
Update make.lua
-rw-r--r-- | make.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,6 +52,7 @@ lm:build 'unittest' { '$luamake', 'lua', 'make/unittest.lua', lm.plat, deps = { 'install', + 'test', } } |