[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [RFC PATCH 02/13] tests: enable tcg tests for softmmu
From: |
Alex Bennée |
Subject: |
[Qemu-devel] [RFC PATCH 02/13] tests: enable tcg tests for softmmu |
Date: |
Mon, 10 Dec 2018 15:28:18 +0000 |
Signed-off-by: Alex Bennée <address@hidden>
---
Makefile.target | 2 --
tests/Makefile.include | 7 +++----
2 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/Makefile.target b/Makefile.target
index 4d56298bbf..a0fe085bae 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -37,9 +37,7 @@ PROGS=$(QEMU_PROG) $(QEMU_PROGW)
STPFILES=
# Makefile Tests
-ifdef CONFIG_USER_ONLY
include $(SRC_PATH)/tests/tcg/Makefile.include
-endif
config-target.h: config-target.h-timestamp
config-target.h-timestamp: config-target.mak
diff --git a/tests/Makefile.include b/tests/Makefile.include
index fb0b449c02..7dd9ecc2be 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -837,10 +837,9 @@ check-report.html: check-report.xml
# Per guest TCG tests
-LINUX_USER_TARGETS=$(filter %-linux-user,$(TARGET_DIRS))
-BUILD_TCG_TARGET_RULES=$(patsubst %,build-tcg-tests-%, $(LINUX_USER_TARGETS))
-CLEAN_TCG_TARGET_RULES=$(patsubst %,clean-tcg-tests-%, $(LINUX_USER_TARGETS))
-RUN_TCG_TARGET_RULES=$(patsubst %,run-tcg-tests-%, $(LINUX_USER_TARGETS))
+BUILD_TCG_TARGET_RULES=$(patsubst %,build-tcg-tests-%, $(TARGET_DIRS))
+CLEAN_TCG_TARGET_RULES=$(patsubst %,clean-tcg-tests-%, $(TARGET_DIRS))
+RUN_TCG_TARGET_RULES=$(patsubst %,run-tcg-tests-%, $(TARGET_DIRS))
ifeq ($(HAVE_USER_DOCKER),y)
# Probe for the Docker Builds needed for each build
--
2.17.1
- Re: [Qemu-devel] [RFC PATCH 04/13] tests/tcg/mips: enable mips32-dsp/mips32-dspr2/mipsr5900 linux-user (WIP), (continued)
- [Qemu-devel] [RFC PATCH 08/13] tests/docker: add fedora-cris-cross compilers, Alex Bennée, 2018/12/10
- [Qemu-devel] [RFC PATCH 02/13] tests: enable tcg tests for softmmu,
Alex Bennée <=
- [Qemu-devel] [RFC PATCH 03/13] tests/tcg: add QEMU_OPT option for test runner, Alex Bennée, 2018/12/10
- [Qemu-devel] [RFC PATCH 06/13] tests/docker: add debian-xtensa-cross image, Alex Bennée, 2018/12/10
- [Qemu-devel] [RFC PATCH 11/13] tests/tcg/cris: comment out the ccs test, Alex Bennée, 2018/12/10
- [Qemu-devel] [RFC PATCH 10/13] tests/tcg/cris: cleanup sys.c, Alex Bennée, 2018/12/10
- [Qemu-devel] [RFC PATCH 13/13] tests/tcg: enable cris system tests, Alex Bennée, 2018/12/10
- [Qemu-devel] [RFC PATCH 09/13] tests/tcg: split cris tests into system and user mode, Alex Bennée, 2018/12/10
- [Qemu-devel] [RFC PATCH 12/13] tests/tcg/cris: align mul operations, Alex Bennée, 2018/12/10