diff options
| author | ruki <[email protected]> | 2025-01-25 00:59:43 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-01-25 00:59:43 +0800 |
| commit | 493ece8e6cc9373187692109d3a9ffb0b7a9e866 (patch) | |
| tree | 9b36be00df81f9876d11013de871b4152c814bac | |
| parent | aeb4adecfe44aa0e73eb7d5860a89c47ba3bed95 (diff) | |
move modules
| -rw-r--r-- | tests/apis/custom_toolchain/xmake.lua | 4 | ||||
| -rw-r--r-- | tests/apis/custom_toolchain/xmake/modules/core/tools/ar6x.lua (renamed from tests/apis/custom_toolchain/modules/core/tools/ar6x.lua) | 0 | ||||
| -rw-r--r-- | tests/apis/custom_toolchain/xmake/modules/core/tools/cl6x.lua (renamed from tests/apis/custom_toolchain/modules/core/tools/cl6x.lua) | 0 | ||||
| -rw-r--r-- | tests/apis/custom_toolchain/xmake/modules/core/tools/cl6x/has_flags.lua (renamed from tests/apis/custom_toolchain/modules/core/tools/cl6x/has_flags.lua) | 0 | ||||
| -rw-r--r-- | tests/apis/custom_toolchain/xmake/modules/core/tools/cl6x/parse_deps.lua (renamed from tests/apis/custom_toolchain/modules/core/tools/cl6x/parse_deps.lua) | 0 | ||||
| -rw-r--r-- | tests/apis/custom_toolchain/xmake/modules/detect/tools/find_ar6x.lua (renamed from tests/apis/custom_toolchain/modules/detect/tools/find_ar6x.lua) | 0 | ||||
| -rw-r--r-- | tests/apis/custom_toolchain/xmake/modules/detect/tools/find_cl6x.lua (renamed from tests/apis/custom_toolchain/modules/detect/tools/find_cl6x.lua) | 0 | ||||
| -rw-r--r-- | tests/apis/custom_toolchain/xmake/toolchains/my-c6000/xmake.lua (renamed from tests/apis/custom_toolchain/toolchains/my-c6000/xmake.lua) | 0 |
8 files changed, 2 insertions, 2 deletions
diff --git a/tests/apis/custom_toolchain/xmake.lua b/tests/apis/custom_toolchain/xmake.lua index 0f11b9a61..e67603129 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("modules") +includes("xmake/toolchains/my-c6000") +add_moduledirs("xmake/modules") set_toolchains("my-c6000") diff --git a/tests/apis/custom_toolchain/modules/core/tools/ar6x.lua b/tests/apis/custom_toolchain/xmake/modules/core/tools/ar6x.lua index 821b955e3..821b955e3 100644 --- a/tests/apis/custom_toolchain/modules/core/tools/ar6x.lua +++ b/tests/apis/custom_toolchain/xmake/modules/core/tools/ar6x.lua diff --git a/tests/apis/custom_toolchain/modules/core/tools/cl6x.lua b/tests/apis/custom_toolchain/xmake/modules/core/tools/cl6x.lua index f350808da..f350808da 100644 --- a/tests/apis/custom_toolchain/modules/core/tools/cl6x.lua +++ b/tests/apis/custom_toolchain/xmake/modules/core/tools/cl6x.lua diff --git a/tests/apis/custom_toolchain/modules/core/tools/cl6x/has_flags.lua b/tests/apis/custom_toolchain/xmake/modules/core/tools/cl6x/has_flags.lua index a5f3f4b87..a5f3f4b87 100644 --- a/tests/apis/custom_toolchain/modules/core/tools/cl6x/has_flags.lua +++ b/tests/apis/custom_toolchain/xmake/modules/core/tools/cl6x/has_flags.lua diff --git a/tests/apis/custom_toolchain/modules/core/tools/cl6x/parse_deps.lua b/tests/apis/custom_toolchain/xmake/modules/core/tools/cl6x/parse_deps.lua index a5d5ecd40..a5d5ecd40 100644 --- a/tests/apis/custom_toolchain/modules/core/tools/cl6x/parse_deps.lua +++ b/tests/apis/custom_toolchain/xmake/modules/core/tools/cl6x/parse_deps.lua diff --git a/tests/apis/custom_toolchain/modules/detect/tools/find_ar6x.lua b/tests/apis/custom_toolchain/xmake/modules/detect/tools/find_ar6x.lua index 823a1f220..823a1f220 100644 --- a/tests/apis/custom_toolchain/modules/detect/tools/find_ar6x.lua +++ b/tests/apis/custom_toolchain/xmake/modules/detect/tools/find_ar6x.lua diff --git a/tests/apis/custom_toolchain/modules/detect/tools/find_cl6x.lua b/tests/apis/custom_toolchain/xmake/modules/detect/tools/find_cl6x.lua index c961326ad..c961326ad 100644 --- a/tests/apis/custom_toolchain/modules/detect/tools/find_cl6x.lua +++ b/tests/apis/custom_toolchain/xmake/modules/detect/tools/find_cl6x.lua diff --git a/tests/apis/custom_toolchain/toolchains/my-c6000/xmake.lua b/tests/apis/custom_toolchain/xmake/toolchains/my-c6000/xmake.lua index 2de2275a7..2de2275a7 100644 --- a/tests/apis/custom_toolchain/toolchains/my-c6000/xmake.lua +++ b/tests/apis/custom_toolchain/xmake/toolchains/my-c6000/xmake.lua |
