summaryrefslogtreecommitdiff
path: root/tests/projects/asm/nasm/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-05-19 23:12:09 +0800
committerruki <[email protected]>2020-05-19 13:12:57 +0800
commit26880aba618ec5aab600170f1d695d34ee742068 (patch)
tree19652683a75411bf6dbbca04f1067a3a9e8c6342 /tests/projects/asm/nasm/xmake.lua
parentea6b12de91048a1fe404bbad8b14ed2a148730a7 (diff)
add gas tests
Diffstat (limited to 'tests/projects/asm/nasm/xmake.lua')
-rw-r--r--tests/projects/asm/nasm/xmake.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/projects/asm/nasm/xmake.lua b/tests/projects/asm/nasm/xmake.lua
new file mode 100644
index 000000000..f728b2ca1
--- /dev/null
+++ b/tests/projects/asm/nasm/xmake.lua
@@ -0,0 +1,3 @@
+target("test")
+ set_kind("binary")
+ add_files("src/*.S")