[PATCH] tests/tcg/meson.build: reintroduce build-tcg target

Pierrick Bouvier posted 1 patch 1 week ago
tests/tcg/meson.build | 2 ++
1 file changed, 2 insertions(+)
[PATCH] tests/tcg/meson.build: reintroduce build-tcg target
Posted by Pierrick Bouvier 1 week ago
The refactoring introduced a new target named tcg-tests to build all
... tcg tests.
Previously, this target was named build-tcg. Keep both for compatiblity
sake if people were relying on it.

Signed-off-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
---
 tests/tcg/meson.build | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/tcg/meson.build b/tests/tcg/meson.build
index a5e0462732d..a571b939b89 100644
--- a/tests/tcg/meson.build
+++ b/tests/tcg/meson.build
@@ -522,4 +522,6 @@ endforeach
 if exe_targets.length() > 0
   # finally create a top level target to rebuild all tests
   alias_target('tcg-tests', exe_targets)
+  # before, this target was called build-tcg. Keep it for compatibility sake.
+  alias_target('build-tcg', exe_targets)
 endif
-- 
2.43.0
Re: [PATCH] tests/tcg/meson.build: reintroduce build-tcg target
Posted by Pierrick Bouvier 21 hours ago
On 9/18/2026 1:27 PM, Pierrick Bouvier wrote:
> The refactoring introduced a new target named tcg-tests to build all
> ... tcg tests.
> Previously, this target was named build-tcg. Keep both for compatiblity
> sake if people were relying on it.
> 
> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
> ---
>  tests/tcg/meson.build | 2 ++
>  1 file changed, 2 insertions(+)
> 

This was merged into master (efa3b9d5ac8024078225e1ab434411fdfe53b457).

Regards,
Pierrick
Re: [PATCH] tests/tcg/meson.build: reintroduce build-tcg target
Posted by Richard Henderson 1 week ago
On 9/18/26 10:27, Pierrick Bouvier wrote:
> The refactoring introduced a new target named tcg-tests to build all
> ... tcg tests.
> Previously, this target was named build-tcg. Keep both for compatiblity
> sake if people were relying on it.
> 
> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
> ---
>   tests/tcg/meson.build | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/tests/tcg/meson.build b/tests/tcg/meson.build
> index a5e0462732d..a571b939b89 100644
> --- a/tests/tcg/meson.build
> +++ b/tests/tcg/meson.build
> @@ -522,4 +522,6 @@ endforeach
>   if exe_targets.length() > 0
>     # finally create a top level target to rebuild all tests
>     alias_target('tcg-tests', exe_targets)
> +  # before, this target was called build-tcg. Keep it for compatibility sake.
> +  alias_target('build-tcg', exe_targets)
>   endif

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~