OSDN Git Service

tests/Makefile.include: don't use TARGET_DIRS for check-tcg
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 2 Feb 2021 13:39:58 +0000 (13:39 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 8 Feb 2021 10:55:20 +0000 (10:55 +0000)
commitc401c058a1cdb131163751f29df9151290d842b0
tree7fa923455f078ae7892c0c08d4361dffa9254148
parent47e3424ac97fdc3d11186cf15a686dfee8e8777a
tests/Makefile.include: don't use TARGET_DIRS for check-tcg

TARGET_DIRS reflects what we wanted to configure which in the normal
case is all our targets. However once meson has pared-down our target
list due to missing features we need to check the final list of
ninja-targets. This prevents check-tcg barfing on a --disable-tcg
build.

Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20210202134001.25738-14-alex.bennee@linaro.org>
tests/Makefile.include