summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorruki <[email protected]>2023-01-04 23:05:49 +0800
committerruki <[email protected]>2023-01-04 23:05:49 +0800
commit8401a29cdc083b2fe1eb9e89c0a6cc91e334a4c4 (patch)
tree779059ea475e676fc4bb0c0a92e543620e70b846 /tests
parentc1dcbe82c7f5eadcb167bd152d202cad4afef7a4 (diff)
improve tests
Diffstat (limited to 'tests')
-rw-r--r--tests/projects/asm/masm32/xmake.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/projects/asm/masm32/xmake.lua b/tests/projects/asm/masm32/xmake.lua
index ba0f6d920..0e02c8f5f 100644
--- a/tests/projects/asm/masm32/xmake.lua
+++ b/tests/projects/asm/masm32/xmake.lua
@@ -1,4 +1,8 @@
add_rules("mode.debug", "mode.release")
+
+set_allowedplats("windows")
+set_defaultarchs("x86")
+
target("test")
set_kind("binary")
add_files("src/*.asm")