diff options
Diffstat (limited to 'xmake/core/project/target.lua')
| -rw-r--r-- | xmake/core/project/target.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/project/target.lua b/xmake/core/project/target.lua index b5673a668..56b7cb7b8 100644 --- a/xmake/core/project/target.lua +++ b/xmake/core/project/target.lua @@ -2455,6 +2455,7 @@ function target.apis() , "target.add_languages" , "target.add_vectorexts" , "target.add_toolchains" + , "target.add_tests" } , keyvalues = { @@ -2467,7 +2468,6 @@ function target.apis() -- target.add_xxx , "target.add_values" , "target.add_runenvs" - , "target.add_tests" } , paths = { |
