diff options
| author | ruki <[email protected]> | 2025-01-25 00:59:33 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-01-25 00:59:33 +0800 |
| commit | aeb4adecfe44aa0e73eb7d5860a89c47ba3bed95 (patch) | |
| tree | 1838eff4979865bb49e56e68eb0fea436c86badd | |
| parent | 35677f50e4eb8ecb5aabe70e6ce900e28fd0adc2 (diff) | |
move modules
| -rw-r--r-- | tests/apis/custom_toolchain/3 | bin | 4606 -> 0 bytes | |||
| -rw-r--r-- | tests/apis/custom_toolchain/modules/core/tools/ar6x.lua (renamed from tests/apis/custom_toolchain/toolchains/modules/core/tools/ar6x.lua) | 0 | ||||
| -rw-r--r-- | tests/apis/custom_toolchain/modules/core/tools/cl6x.lua (renamed from tests/apis/custom_toolchain/toolchains/modules/core/tools/cl6x.lua) | 0 | ||||
| -rw-r--r-- | tests/apis/custom_toolchain/modules/core/tools/cl6x/has_flags.lua (renamed from tests/apis/custom_toolchain/toolchains/modules/core/tools/cl6x/has_flags.lua) | 0 | ||||
| -rw-r--r-- | tests/apis/custom_toolchain/modules/core/tools/cl6x/parse_deps.lua (renamed from tests/apis/custom_toolchain/toolchains/modules/core/tools/cl6x/parse_deps.lua) | 0 | ||||
| -rw-r--r-- | tests/apis/custom_toolchain/modules/detect/tools/find_ar6x.lua (renamed from tests/apis/custom_toolchain/toolchains/modules/detect/tools/find_ar6x.lua) | 0 | ||||
| -rw-r--r-- | tests/apis/custom_toolchain/modules/detect/tools/find_cl6x.lua (renamed from tests/apis/custom_toolchain/toolchains/modules/detect/tools/find_cl6x.lua) | 0 | ||||
| -rw-r--r-- | tests/apis/custom_toolchain/xmake.lua | 2 |
8 files changed, 1 insertions, 1 deletions
diff --git a/tests/apis/custom_toolchain/3 b/tests/apis/custom_toolchain/3 Binary files differdeleted file mode 100644 index 51405a6f1..000000000 --- a/tests/apis/custom_toolchain/3 +++ /dev/null diff --git a/tests/apis/custom_toolchain/toolchains/modules/core/tools/ar6x.lua b/tests/apis/custom_toolchain/modules/core/tools/ar6x.lua index 821b955e3..821b955e3 100644 --- a/tests/apis/custom_toolchain/toolchains/modules/core/tools/ar6x.lua +++ b/tests/apis/custom_toolchain/modules/core/tools/ar6x.lua diff --git a/tests/apis/custom_toolchain/toolchains/modules/core/tools/cl6x.lua b/tests/apis/custom_toolchain/modules/core/tools/cl6x.lua index f350808da..f350808da 100644 --- a/tests/apis/custom_toolchain/toolchains/modules/core/tools/cl6x.lua +++ b/tests/apis/custom_toolchain/modules/core/tools/cl6x.lua diff --git a/tests/apis/custom_toolchain/toolchains/modules/core/tools/cl6x/has_flags.lua b/tests/apis/custom_toolchain/modules/core/tools/cl6x/has_flags.lua index a5f3f4b87..a5f3f4b87 100644 --- a/tests/apis/custom_toolchain/toolchains/modules/core/tools/cl6x/has_flags.lua +++ b/tests/apis/custom_toolchain/modules/core/tools/cl6x/has_flags.lua diff --git a/tests/apis/custom_toolchain/toolchains/modules/core/tools/cl6x/parse_deps.lua b/tests/apis/custom_toolchain/modules/core/tools/cl6x/parse_deps.lua index a5d5ecd40..a5d5ecd40 100644 --- a/tests/apis/custom_toolchain/toolchains/modules/core/tools/cl6x/parse_deps.lua +++ b/tests/apis/custom_toolchain/modules/core/tools/cl6x/parse_deps.lua diff --git a/tests/apis/custom_toolchain/toolchains/modules/detect/tools/find_ar6x.lua b/tests/apis/custom_toolchain/modules/detect/tools/find_ar6x.lua index 823a1f220..823a1f220 100644 --- a/tests/apis/custom_toolchain/toolchains/modules/detect/tools/find_ar6x.lua +++ b/tests/apis/custom_toolchain/modules/detect/tools/find_ar6x.lua diff --git a/tests/apis/custom_toolchain/toolchains/modules/detect/tools/find_cl6x.lua b/tests/apis/custom_toolchain/modules/detect/tools/find_cl6x.lua index c961326ad..c961326ad 100644 --- a/tests/apis/custom_toolchain/toolchains/modules/detect/tools/find_cl6x.lua +++ b/tests/apis/custom_toolchain/modules/detect/tools/find_cl6x.lua diff --git a/tests/apis/custom_toolchain/xmake.lua b/tests/apis/custom_toolchain/xmake.lua index 729f9fd81..0f11b9a61 100644 --- a/tests/apis/custom_toolchain/xmake.lua +++ b/tests/apis/custom_toolchain/xmake.lua @@ -1,7 +1,7 @@ add_rules("mode.debug", "mode.release") includes("toolchains/my-c6000") -add_moduledirs("toolchains/modules") +add_moduledirs("modules") set_toolchains("my-c6000") |
