summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2024-08-12 22:37:34 +0800
committerGitHub <[email protected]>2024-08-12 22:37:34 +0800
commit5d2ddd6a06df3e856d8e3c984728f301dbfa4f40 (patch)
tree131b8e32effe38f2ddddab600c512afcb08f6165
parent4eeaaaa589f2fff682bf56fa32489a5aedcb6463 (diff)
Update main.lua
-rw-r--r--xmake/actions/test/main.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/actions/test/main.lua b/xmake/actions/test/main.lua
index 684660afc..93aed9c09 100644
--- a/xmake/actions/test/main.lua
+++ b/xmake/actions/test/main.lua
@@ -366,8 +366,8 @@ function _try_build_target(targetname)
return passed, errors
end
--- get tests table, export this for the `project` plugin
-function get_tests_table()
+-- get tests, export this for the `project` plugin
+function get_tests()
local tests = {}
local group_pattern = option.get("group")
if group_pattern then