[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 01/26] tests/Makefile.include: clean-up old code
|
From: |
Alex Bennée |
|
Subject: |
[PATCH v3 01/26] tests/Makefile.include: clean-up old code |
|
Date: |
Fri, 4 Feb 2022 20:43:10 +0000 |
This is no longer needed since 5516623020 ("meson: convert migration
directory to Meson")
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220124201608.604599-2-alex.bennee@linaro.org>
---
tests/Makefile.include | 4 ----
1 file changed, 4 deletions(-)
diff --git a/tests/Makefile.include b/tests/Makefile.include
index 9157a57b1a..646c8b1334 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -34,10 +34,6 @@ endif
ifneq ($(wildcard config-host.mak),)
export SRC_PATH
-# Get the list of all supported sysemu targets
-SYSEMU_TARGET_LIST := $(subst -softmmu.mak,,$(notdir \
- $(wildcard $(SRC_PATH)/configs/*-softmmu.mak)))
-
SPEED = quick
# Build up our target list from the filtered list of ninja targets
--
2.30.2
- [PATCH v3 00/26] testing and plugins pre-PR, Alex Bennée, 2022/02/04
- [PATCH v3 01/26] tests/Makefile.include: clean-up old code,
Alex Bennée <=
- [PATCH v3 02/26] tests/qtest: enable more vhost-user tests by default, Alex Bennée, 2022/02/04
- [PATCH v3 04/26] .gitignore: add .gcov pattern, Alex Bennée, 2022/02/04
- [PATCH v3 03/26] Makefile: also remove .gcno files when cleaning, Alex Bennée, 2022/02/04
- [PATCH v3 06/26] gitmodules: Correct libvirt-ci submodule URL, Alex Bennée, 2022/02/04
- [PATCH v3 05/26] MAINTAINERS: Cover lcitool submodule with build test / automation, Alex Bennée, 2022/02/04
- [PATCH v3 08/26] drop libxml2 checks since libxml is not actually used (for parallels), Alex Bennée, 2022/02/04