mirror of https://github.com/xqemu/xqemu.git
tests/tcg: enable tcg tests for softmmu
Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
bd15e6e004
commit
e24e66f06d
|
@ -40,9 +40,7 @@ PROGS=$(QEMU_PROG) $(QEMU_PROGW)
|
||||||
STPFILES=
|
STPFILES=
|
||||||
|
|
||||||
# Makefile Tests
|
# Makefile Tests
|
||||||
ifdef CONFIG_USER_ONLY
|
|
||||||
include $(SRC_PATH)/tests/tcg/Makefile.include
|
include $(SRC_PATH)/tests/tcg/Makefile.include
|
||||||
endif
|
|
||||||
|
|
||||||
config-target.h: config-target.h-timestamp
|
config-target.h: config-target.h-timestamp
|
||||||
config-target.h-timestamp: config-target.mak
|
config-target.h-timestamp: config-target.mak
|
||||||
|
|
|
@ -1061,10 +1061,9 @@ endif
|
||||||
|
|
||||||
# Per guest TCG tests
|
# Per guest TCG tests
|
||||||
|
|
||||||
LINUX_USER_TARGETS=$(filter %-linux-user,$(TARGET_DIRS))
|
BUILD_TCG_TARGET_RULES=$(patsubst %,build-tcg-tests-%, $(TARGET_DIRS))
|
||||||
BUILD_TCG_TARGET_RULES=$(patsubst %,build-tcg-tests-%, $(LINUX_USER_TARGETS))
|
CLEAN_TCG_TARGET_RULES=$(patsubst %,clean-tcg-tests-%, $(TARGET_DIRS))
|
||||||
CLEAN_TCG_TARGET_RULES=$(patsubst %,clean-tcg-tests-%, $(LINUX_USER_TARGETS))
|
RUN_TCG_TARGET_RULES=$(patsubst %,run-tcg-tests-%, $(TARGET_DIRS))
|
||||||
RUN_TCG_TARGET_RULES=$(patsubst %,run-tcg-tests-%, $(LINUX_USER_TARGETS))
|
|
||||||
|
|
||||||
ifeq ($(HAVE_USER_DOCKER),y)
|
ifeq ($(HAVE_USER_DOCKER),y)
|
||||||
# Probe for the Docker Builds needed for each build
|
# Probe for the Docker Builds needed for each build
|
||||||
|
|
Loading…
Reference in New Issue