diff options
| author | Arthur LAURENT <[email protected]> | 2025-09-15 04:05:37 +0200 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2025-09-18 07:07:25 +0200 |
| commit | 213876242403c07495d4866de2f49ecfaf6fcfa9 (patch) | |
| tree | 305eaaa3a7d5404725d26fd6737155c16cddd486 /tests/projects/c++/modules/test_base.lua | |
| parent | 438fdf4c5cf90993aca9f7be0280ddf0c298f42a (diff) | |
fix(C++ modules) fix outdata check in modules tests
Diffstat (limited to 'tests/projects/c++/modules/test_base.lua')
| -rw-r--r-- | tests/projects/c++/modules/test_base.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/c++/modules/test_base.lua b/tests/projects/c++/modules/test_base.lua index 25181fe70..8a473b364 100644 --- a/tests/projects/c++/modules/test_base.lua +++ b/tests/projects/c++/modules/test_base.lua @@ -107,7 +107,7 @@ function build_tests(toolchain_name, opt) if opt.build then opt.build() else - _build(opt.find_in_outdata) + _build(opt.check_outdata) end if opt.after_build then opt.after_build(platform, toolchain_name, runtimes, policies, flags) |
