summaryrefslogtreecommitdiff
path: root/tests/projects
diff options
context:
space:
mode:
authorSaikari <[email protected]>2026-02-06 15:37:26 +0300
committerSaikari <[email protected]>2026-02-06 15:37:26 +0300
commit6007059c47a51d5847772fb68e357e4869ba85b3 (patch)
treeca76a02a2bd620185e310dfa78f8c345a83bdd08 /tests/projects
parent12d3bbcb05dd4393da1ec472c9e1ad135afa3e20 (diff)
cleanup
Diffstat (limited to 'tests/projects')
-rw-r--r--tests/projects/windows/windows_links/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/windows/windows_links/xmake.lua b/tests/projects/windows/windows_links/xmake.lua
index a38616132..dcb7e4e2c 100644
--- a/tests/projects/windows/windows_links/xmake.lua
+++ b/tests/projects/windows/windows_links/xmake.lua
@@ -6,7 +6,7 @@ target("foo")
set_kind("shared")
add_files("src/foo.c")
-target("test_mingw_dll")
+target("test_foo_dll_presence")
set_kind("binary")
add_files("src/main.c")
add_deps("foo")