qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC PATCH 6/9] tests: add check-venv as a dependency of check and c


From: Paolo Bonzini
Subject: Re: [RFC PATCH 6/9] tests: add check-venv as a dependency of check and check-block
Date: Fri, 13 May 2022 10:41:10 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0

On 5/13/22 02:06, John Snow wrote:
  meson, create the python venv for block tests.
+.PHONY: check-block
+check-block: check-venv
+       @echo  # Without some rule, this doesn't run at all. Why?
+
+
  # Consolidated targets
.PHONY: check check-clean get-vm-images
-check:
+check: check-venv
+       @echo # ???

I think you need instead:

# The do-meson-check and do-meson-bench targets are defined in Makefile.mtest
do-meson-check do-meson-bench: check-venv

and I would even add "all" to the targets that create the virtual environment.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]