aboutsummaryrefslogtreecommitdiff
path: root/t/run.lua
diff options
context:
space:
mode:
Diffstat (limited to 't/run.lua')
-rw-r--r--t/run.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/run.lua b/t/run.lua
index 265d2aa..679d72f 100644
--- a/t/run.lua
+++ b/t/run.lua
@@ -82,6 +82,9 @@ local tests = {
local results = json.decode(io.open("manifest.json", "rb"):read("*all"))
assert(#results["remotes"] == 2)
assert(#results["addons"] == 2)
+ end,
+ ["08_install_many"] = function()
+ lpm("install encoding gitblame gitstatus language_ts lsp minimap")
end
}