summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.include
diff options
context:
space:
mode:
authorThomas Huth2022-03-01 09:59:00 +0100
committerAlex Bennée2022-03-23 11:25:22 +0100
commit425d6aba9994277da5edbf2cbd97502a107a794a (patch)
treefec9a9cbbef462c9b877a245fa6d8b80d61037fa /tests/Makefile.include
parentUpdate version for v7.0.0-rc1 release (diff)
downloadqemu-425d6aba9994277da5edbf2cbd97502a107a794a.tar.gz
qemu-425d6aba9994277da5edbf2cbd97502a107a794a.tar.xz
qemu-425d6aba9994277da5edbf2cbd97502a107a794a.zip
tests/Makefile.include: Let "make clean" remove the TCG tests, too
"make clean" should clear all binaries that have been built, but so far it left the TCG tests still in place. Let's make sure that they are now removed, too. Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20220301085900.1443232-1-thuth@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to 'tests/Makefile.include')
-rw-r--r--tests/Makefile.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include
index b89018cdcc..05c534ea56 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -155,6 +155,6 @@ check-build: run-ninja
check-clean:
rm -rf $(TESTS_VENV_DIR) $(TESTS_RESULTS_DIR)
-clean: check-clean
+clean: check-clean clean-tcg
endif