summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/xmake_tests2/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/c++/modules/xmake_tests2/xmake.lua')
-rw-r--r--tests/projects/c++/modules/xmake_tests2/xmake.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/projects/c++/modules/xmake_tests2/xmake.lua b/tests/projects/c++/modules/xmake_tests2/xmake.lua
index e5326b36d..051507124 100644
--- a/tests/projects/c++/modules/xmake_tests2/xmake.lua
+++ b/tests/projects/c++/modules/xmake_tests2/xmake.lua
@@ -9,13 +9,11 @@ target("module_dep")
target("module_target1")
set_kind("moduleonly")
add_files("src/*.cppm")
-
add_deps("module_dep")
add_tests("tests", {kind = "binary", files = "src/main.cpp", build_should_pass = true})
target("module_target2")
set_kind("moduleonly")
add_files("src/*.cppm")
-
add_deps("module_dep")
add_tests("tests", {kind = "binary", files = "src/main.cpp", build_should_pass = true})