summaryrefslogtreecommitdiff
path: root/tests/projects/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/plugins')
-rw-r--r--tests/projects/plugins/show/depgraph/test.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/projects/plugins/show/depgraph/test.lua b/tests/projects/plugins/show/depgraph/test.lua
index 28ae7c188..229e715de 100644
--- a/tests/projects/plugins/show/depgraph/test.lua
+++ b/tests/projects/plugins/show/depgraph/test.lua
@@ -12,6 +12,7 @@ function test_depgraph_json(t)
entries[target.name] = target
end
t:are_equal(entries.core.deps, {})
+ t:are_equal(entries.core.kind, "static")
t:are_equal(entries.ui.deps, {"core"})
t:are_equal(entries.app.deps, {"core", "ui"})
t:are_equal(entries.app.kind, "binary")