diff options
| author | Alex Bennée | 2018-11-29 23:21:50 +0100 |
|---|---|---|
| committer | Alex Bennée | 2019-03-12 18:05:21 +0100 |
| commit | e24e66f06d152151cd876210e001b21aa3bb86c8 (patch) | |
| tree | 15bbd2817392d9332d1912894d1d4a9d9befe4fc /tests/Makefile.include | |
| parent | tests/tcg: add softmmu awareness to Makefile (diff) | |
| download | qemu-e24e66f06d152151cd876210e001b21aa3bb86c8.tar.gz qemu-e24e66f06d152151cd876210e001b21aa3bb86c8.tar.xz qemu-e24e66f06d152151cd876210e001b21aa3bb86c8.zip | |
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>
Diffstat (limited to 'tests/Makefile.include')
| -rw-r--r-- | tests/Makefile.include | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include index a5719551dd..75b682cbe8 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -1061,10 +1061,9 @@ endif # 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 |
