From 5d2ddd6a06df3e856d8e3c984728f301dbfa4f40 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 12 Aug 2024 22:37:34 +0800 Subject: Update main.lua --- xmake/actions/test/main.lua | 4 ++-- 1 file 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 -- cgit v1.3.1