From 8401a29cdc083b2fe1eb9e89c0a6cc91e334a4c4 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 4 Jan 2023 23:05:49 +0800 Subject: improve tests --- tests/projects/asm/masm32/xmake.lua | 4 ++++ 1 file changed, 4 insertions(+) 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") -- cgit v1.3.1