qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] tests/Makefile: Fix inclusion of the qos dependency files


From: Laurent Vivier
Subject: Re: [PATCH] tests/Makefile: Fix inclusion of the qos dependency files
Date: Mon, 27 Jan 2020 15:11:10 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1

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 <address@hidden>
> ---
>  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 <address@hidden>




reply via email to

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