|
From: | Richard Henderson |
Subject: | Re: [RFC PATCH v4 12/15] tests/tcg: Do not build/run TCG tests if TCG is disabled |
Date: | Thu, 19 Jan 2023 08:52:37 -1000 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 |
On 1/19/23 03:54, Fabiano Rosas wrote:
The tests under tests/tcg depend on the TCG accelerator. Do not build them if --disable-tcg was given in the configure line. Signed-off-by: Fabiano Rosas <farosas@suse.de> --- configure | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
Amusing that this wasn't found earlier. But it does in fact give nonsense results for --disable-tcg on x86_64 host as well.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |