summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorruki <[email protected]>2022-05-03 23:06:36 +0800
committerruki <[email protected]>2022-05-03 23:06:36 +0800
commitbf0bdbaff7a2b5fb5fc4e0b5ab201fe764ea84d0 (patch)
tree9dce52ae5ab1fee87ebcde135a60a76fe2487e79 /tests
parent0938467b411d557a2012b03ae7d6f377bc783ac6 (diff)
improve nasm
Diffstat (limited to 'tests')
-rw-r--r--tests/projects/asm/nasm/xmake.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/projects/asm/nasm/xmake.lua b/tests/projects/asm/nasm/xmake.lua
index f728b2ca1..d7cafaa54 100644
--- a/tests/projects/asm/nasm/xmake.lua
+++ b/tests/projects/asm/nasm/xmake.lua
@@ -1,3 +1,5 @@
+add_rules("mode.debug", "mode.release")
+
target("test")
set_kind("binary")
add_files("src/*.S")