summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/partitions_implunit/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2024-03-14 00:51:32 +0800
committerruki <[email protected]>2024-03-14 00:51:32 +0800
commit218abfd90286dd906f28c368802fd755808f1ab9 (patch)
tree469d74e7fba4e6c32366c1dc0d5037a4e9bed6a8 /tests/projects/c++/modules/partitions_implunit/xmake.lua
parent53cc8033c4b7970afb13e89cb6b79272e71fbfda (diff)
improve tests
Diffstat (limited to 'tests/projects/c++/modules/partitions_implunit/xmake.lua')
-rw-r--r--tests/projects/c++/modules/partitions_implunit/xmake.lua7
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/projects/c++/modules/partitions_implunit/xmake.lua b/tests/projects/c++/modules/partitions_implunit/xmake.lua
index a777846e3..9e0ab37bb 100644
--- a/tests/projects/c++/modules/partitions_implunit/xmake.lua
+++ b/tests/projects/c++/modules/partitions_implunit/xmake.lua
@@ -1,7 +1,6 @@
add_rules("mode.release", "mode.debug")
set_languages("c++20")
-target("foo")
- set_kind("static")
- add_files("src/*.cpp")
- add_files("src/*.mpp")
+target("partition2")
+ set_kind("binary")
+ add_files("src/*.cpp", "src/*.mpp")