Skip to content

Commit

Permalink
remove removed build.c++.clang.stdmodules policy from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthapz committed Jan 30, 2024
1 parent e8c63dc commit 0ff527a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions tests/projects/c++/modules/stdmodules/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ target("mod")
set_kind("static")
add_files("src/*.cpp")
add_files("src/*.mpp", {public = true})
set_policy("build.c++.clang.stdmodules", true)

target("stdmodules")
set_kind("binary")
add_files("test/*.cpp")
add_deps("mod")
set_policy("build.c++.clang.stdmodules", true)
1 change: 0 additions & 1 deletion tests/projects/c++/modules/stdmodules_cpp_only/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ target("stdmodules_cpp_only")
set_kind("binary")
add_files("src/*.cpp")
set_policy("build.c++.modules", true)
set_policy("build.c++.clang.stdmodules", true)

Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ target("mod")
set_kind("static")
add_files("src/*.cpp", "src/*.mpp")

set_policy("build.c++.clang.stdmodules", true)

target("mod2")
set_kind("static")
add_files("src/*.cpp", "src/*.mpp")

set_policy("build.c++.clang.stdmodules", true)

0 comments on commit 0ff527a

Please sign in to comment.