tests/tcg/meson.build | 2 ++ 1 file changed, 2 insertions(+)
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
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
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~
© 2016 - 2026 Red Hat, Inc.