From f48ca26675a3b9eac14374f98cc175a087e2e3e1 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 17 Mar 2026 22:45:32 +0800 Subject: improve tests --- tests/projects/csharp/console_with_runtime_json/xmake.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/projects/csharp/console_with_runtime_json/xmake.lua') diff --git a/tests/projects/csharp/console_with_runtime_json/xmake.lua b/tests/projects/csharp/console_with_runtime_json/xmake.lua index 474eda548..979f74307 100644 --- a/tests/projects/csharp/console_with_runtime_json/xmake.lua +++ b/tests/projects/csharp/console_with_runtime_json/xmake.lua @@ -4,3 +4,4 @@ target("app") set_kind("binary") add_rules("csharp") add_files("src/Program.cs") + set_rundir("src") -- cgit v1.3.1