diff options
Diffstat (limited to 'xmake/modules/private/action/require/impl/actions/test.lua')
| -rw-r--r-- | xmake/modules/private/action/require/impl/actions/test.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/xmake/modules/private/action/require/impl/actions/test.lua b/xmake/modules/private/action/require/impl/actions/test.lua index f30d5febe..d07e5ece3 100644 --- a/xmake/modules/private/action/require/impl/actions/test.lua +++ b/xmake/modules/private/action/require/impl/actions/test.lua @@ -23,6 +23,14 @@ import("core.base.option") import("private.action.require.impl.utils.filter") -- test the given package +-- test the installed package +-- +-- @param package the package instance +-- +-- test the installed package +-- +-- @param package the package instance +-- function main(package) -- enter the test directory |
