tests/tcg: don't run multiarch tests for assembler-only targets

Signed-off-by: Alibek Omarov <a1ba.omarov@gmail.com>
This commit is contained in:
Alibek Omarov 2021-05-28 00:01:00 +03:00 committed by Denis Drakhnia
parent 223451dbc0
commit 71c53a3825
1 changed files with 2 additions and 0 deletions

View File

@ -96,7 +96,9 @@ ifeq ($(filter %-softmmu, $(TARGET)),)
# sub-targets (e.g. ARM & AArch64) then it is up to
# $(TARGET_NAME)/Makefile.target to include the common parent
# architecture in its VPATH.
ifneq ($(CROSS_CC_GUEST_NO_MULTIARCH_TESTS),y)
-include $(SRC_PATH)/tests/tcg/multiarch/Makefile.target
endif
-include $(SRC_PATH)/tests/tcg/$(TARGET_NAME)/Makefile.target
# Add the common build options