tests/tcg: Do not build/run TCG tests if TCG is disabled
commitc0031d389e7cc16b0223dbf5994627a4b9b44df3
authorFabiano Rosas <farosas@suse.de>
Fri, 20 Jan 2023 18:48:22 +0000 (20 15:48 -0300)
committerThomas Huth <thuth@redhat.com>
Thu, 26 Jan 2023 12:33:13 +0000 (26 13:33 +0100)
tree6fd67a59edf19adca47216f6f84fc2d3dcb86d6e
parent90c167a1da5e35e3681a9ae5bcddcab707086d9a
tests/tcg: Do not build/run TCG tests if TCG is disabled

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>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230120184825.31626-7-farosas@suse.de>
Signed-off-by: Thomas Huth <thuth@redhat.com>
configure