summaryrefslogtreecommitdiff
path: root/tests/projects/ascendc/mixed_binary/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/ascendc/mixed_binary/xmake.lua')
-rw-r--r--tests/projects/ascendc/mixed_binary/xmake.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/projects/ascendc/mixed_binary/xmake.lua b/tests/projects/ascendc/mixed_binary/xmake.lua
new file mode 100644
index 000000000..046da8404
--- /dev/null
+++ b/tests/projects/ascendc/mixed_binary/xmake.lua
@@ -0,0 +1,6 @@
+add_rules("mode.debug", "mode.release")
+
+target("ascendc_mixed")
+ set_kind("binary")
+ add_files("src/main.asc", "src/helper.aicpu")
+ add_ascnpuarchs("dav-2201")