diff options
| author | ruki <[email protected]> | 2025-12-20 00:27:27 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-20 00:27:27 +0800 |
| commit | 50e52b0aa88b409f65181b8a6607427c8e17a28d (patch) | |
| tree | 8a972a4b311b310c8ba5f030b8b18dfe93b6dc07 /tests/projects/c++/modules | |
| parent | dee8082d12241d69cf370c7f566c48c0ca8827bd (diff) | |
| parent | 4cb4b4e691ec53a7af6af9a862d332377fcd4ffe (diff) | |
Merge pull request #7152 from xmake-io/runtimes
Fix clang runtimes and improve toolchains
Diffstat (limited to 'tests/projects/c++/modules')
| -rw-r--r-- | tests/projects/c++/modules/test_base.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/projects/c++/modules/test_base.lua b/tests/projects/c++/modules/test_base.lua index 466a59e98..6f2a42088 100644 --- a/tests/projects/c++/modules/test_base.lua +++ b/tests/projects/c++/modules/test_base.lua @@ -95,7 +95,8 @@ function build_tests(toolchain_name, opt) if opt.runtimes then runtimes = " --runtimes=" .. opt.runtimes .. " " end - print("running with config: (toolchain: %s, compiler: %s, version: %s, runtimes: %s, stdmodule: %s, fallback scanner: %s, two phases: %s)", toolchain_name, compiler, version, opt.runtimes or "default", opt.stdmodule or false, opt.fallbackscanner or false, two_phases) + print("running with config: (toolchain: %s, compiler: %s, version: %s, runtimes: %s, stdmodule: %s, fallback scanner: %s, two phases: %s)", + toolchain_name, compiler, version, opt.runtimes or "default", opt.stdmodule or false, opt.fallbackscanner or false, two_phases) local flags = "" if opt.flags then |
