diff options
| author | ruki <[email protected]> | 2024-03-14 00:51:32 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-03-14 00:51:32 +0800 |
| commit | 218abfd90286dd906f28c368802fd755808f1ab9 (patch) | |
| tree | 469d74e7fba4e6c32366c1dc0d5037a4e9bed6a8 /tests/projects/c++/modules/partitions_implunit/xmake.lua | |
| parent | 53cc8033c4b7970afb13e89cb6b79272e71fbfda (diff) | |
improve tests
Diffstat (limited to 'tests/projects/c++/modules/partitions_implunit/xmake.lua')
| -rw-r--r-- | tests/projects/c++/modules/partitions_implunit/xmake.lua | 7 |
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")
|
