summaryrefslogtreecommitdiff
path: root/tests/projects/asm
diff options
context:
space:
mode:
authorruki <[email protected]>2020-05-28 23:00:52 +0800
committerruki <[email protected]>2020-05-28 12:05:14 +0800
commit48d424f2621c1eac563d642ef05c5b34c8d12d2c (patch)
treec427aacc78ed741641e59ffb0751c35daea1b52a /tests/projects/asm
parenta447a635a1ee38bc210b4d8d418479f0da3ecc9c (diff)
fix target:tool
Diffstat (limited to 'tests/projects/asm')
-rw-r--r--tests/projects/asm/yasm/src/main.c0
-rw-r--r--tests/projects/asm/yasm/xmake.lua2
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/asm/yasm/src/main.c b/tests/projects/asm/yasm/src/main.c
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/tests/projects/asm/yasm/src/main.c
diff --git a/tests/projects/asm/yasm/xmake.lua b/tests/projects/asm/yasm/xmake.lua
index f728b2ca1..213944890 100644
--- a/tests/projects/asm/yasm/xmake.lua
+++ b/tests/projects/asm/yasm/xmake.lua
@@ -1,3 +1,3 @@
target("test")
set_kind("binary")
- add_files("src/*.S")
+ add_files("src/*.S", "src/*.c")