* [PATCH] tests/Makefile.include: Let "make clean" remove the TCG tests, too
@ 2022-03-01 8:59 Thomas Huth
2022-03-01 18:11 ` Richard Henderson
2022-03-03 12:35 ` Alex Bennée
0 siblings, 2 replies; 3+ messages in thread
From: Thomas Huth @ 2022-03-01 8:59 UTC (permalink / raw)
To: Alex Bennée, qemu-devel, Paolo Bonzini
Cc: qemu-trivial, Philippe Mathieu-Daudé
"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>
---
tests/Makefile.include | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/Makefile.include b/tests/Makefile.include
index e7153c8e91..7a932caf91 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -162,6 +162,6 @@ check-build: run-ninja
check-clean:
rm -rf $(TESTS_VENV_DIR) $(TESTS_RESULTS_DIR)
-clean: check-clean
+clean: check-clean clean-tcg
endif
--
2.27.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] tests/Makefile.include: Let "make clean" remove the TCG tests, too
2022-03-01 8:59 [PATCH] tests/Makefile.include: Let "make clean" remove the TCG tests, too Thomas Huth
@ 2022-03-01 18:11 ` Richard Henderson
2022-03-03 12:35 ` Alex Bennée
1 sibling, 0 replies; 3+ messages in thread
From: Richard Henderson @ 2022-03-01 18:11 UTC (permalink / raw)
To: Thomas Huth, Alex Bennée, qemu-devel, Paolo Bonzini
Cc: qemu-trivial, Philippe Mathieu-Daudé
On 2/28/22 22:59, Thomas Huth wrote:
> "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>
> ---
> tests/Makefile.include | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
r~
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] tests/Makefile.include: Let "make clean" remove the TCG tests, too
2022-03-01 8:59 [PATCH] tests/Makefile.include: Let "make clean" remove the TCG tests, too Thomas Huth
2022-03-01 18:11 ` Richard Henderson
@ 2022-03-03 12:35 ` Alex Bennée
1 sibling, 0 replies; 3+ messages in thread
From: Alex Bennée @ 2022-03-03 12:35 UTC (permalink / raw)
To: Thomas Huth
Cc: qemu-trivial, Paolo Bonzini, qemu-devel,
Philippe Mathieu-Daudé
Thomas Huth <thuth@redhat.com> writes:
> "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.
Queued to for-7.0/misc-bits, thanks.
--
Alex Bennée
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-03-03 12:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-01 8:59 [PATCH] tests/Makefile.include: Let "make clean" remove the TCG tests, too Thomas Huth
2022-03-01 18:11 ` Richard Henderson
2022-03-03 12:35 ` Alex Bennée
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).