summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/partitions_implunit/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/c++/modules/partitions_implunit/xmake.lua')
-rw-r--r--tests/projects/c++/modules/partitions_implunit/xmake.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/projects/c++/modules/partitions_implunit/xmake.lua b/tests/projects/c++/modules/partitions_implunit/xmake.lua
index 2997ea8b0..a777846e3 100644
--- a/tests/projects/c++/modules/partitions_implunit/xmake.lua
+++ b/tests/projects/c++/modules/partitions_implunit/xmake.lua
@@ -3,5 +3,5 @@ set_languages("c++20")
target("foo")
set_kind("static")
- add_files("*.cpp")
- add_files("*.ixx")
+ add_files("src/*.cpp")
+ add_files("src/*.mpp")