* [PATCH] tests/Makefile: Fix inclusion of the qos dependency files
@ 2020-01-27 14:02 Thomas Huth
2020-01-27 14:11 ` Laurent Vivier
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Huth @ 2020-01-27 14:02 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial, Laurent Vivier, Alex Bennée, Paolo Bonzini
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
--
2.18.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] tests/Makefile: Fix inclusion of the qos dependency files
2020-01-27 14:02 [PATCH] tests/Makefile: Fix inclusion of the qos dependency files Thomas Huth
@ 2020-01-27 14:11 ` Laurent Vivier
0 siblings, 0 replies; 2+ messages in thread
From: Laurent Vivier @ 2020-01-27 14:11 UTC (permalink / raw)
To: Thomas Huth, qemu-devel; +Cc: qemu-trivial, Paolo Bonzini, Alex Bennée
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>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-01-27 14:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).