summaryrefslogtreecommitdiff
path: root/tests/projects/package/toolchain_gnu_rm/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/package/toolchain_gnu_rm/xmake.lua')
-rw-r--r--tests/projects/package/toolchain_gnu_rm/xmake.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/projects/package/toolchain_gnu_rm/xmake.lua b/tests/projects/package/toolchain_gnu_rm/xmake.lua
new file mode 100644
index 000000000..712114dbe
--- /dev/null
+++ b/tests/projects/package/toolchain_gnu_rm/xmake.lua
@@ -0,0 +1,7 @@
+add_rules("mode.debug", "mode.release")
+add_requires("gnu-rm")
+
+target("test")
+ set_kind("binary")
+ add_files("src/*.c")
+ set_toolchains("gnu-rm", {packages = "gnu-rm"})