diff options
| -rw-r--r-- | xmake/actions/test/main.lua | 4 |
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 |
