From: Laurent Vivier <lvivier@redhat.com>
To: Thomas Huth <thuth@redhat.com>, qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org, "Paolo Bonzini" <pbonzini@redhat.com>,
"Alex Bennée" <alex.bennee@linaro.org>
Subject: Re: [PATCH] tests/Makefile: Fix inclusion of the qos dependency files
Date: Mon, 27 Jan 2020 15:11:10 +0100 [thread overview]
Message-ID: <7fb95ce8-a630-46ad-f34e-11d8507e64b9@redhat.com> (raw)
In-Reply-To: <20200127140245.20065-1-thuth@redhat.com>
On 27/01/2020 15:02, Thomas Huth wrote:
> The qos dependency files can be found under tests/qtest/libqos and
> not under tests/qtest/qos.
>
> Fixes: 1cf4323ecd0 ("Move the libqos files under tests/qtest/")
> 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 c6827ce8c2..4ee68ca7dd 100644
> --- a/tests/Makefile.include
> +++ b/tests/Makefile.include
> @@ -917,6 +917,6 @@ all: $(QEMU_IOTESTS_HELPERS-y)
>
> -include $(wildcard tests/*.d)
> -include $(wildcard tests/qtest/*.d)
> --include $(wildcard tests/qtest/qos/*.d)
> +-include $(wildcard tests/qtest/libqos/*.d)
>
> endif
>
Reviewed-by: Laurent Vivier <lvivier@redhat.com>
prev parent reply other threads:[~2020-01-27 14:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-27 14:02 [PATCH] tests/Makefile: Fix inclusion of the qos dependency files Thomas Huth
2020-01-27 14:11 ` Laurent Vivier [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7fb95ce8-a630-46ad-f34e-11d8507e64b9@redhat.com \
--to=lvivier@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
--cc=thuth@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).