qemu-block
[Top][All Lists]
Advanced

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

Re: [PATCH] tests/qemu-iotests: Fix socket_scm_helper build path


From: Laurent Vivier
Subject: Re: [PATCH] tests/qemu-iotests: Fix socket_scm_helper build path
Date: Mon, 9 Mar 2020 12:27:53 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1

Le 06/03/2020 à 17:57, Philippe Mathieu-Daudé a écrit :
> The socket_scm_helper path got corrupted during the mechanical
> refactor moving the qtests files into their own sub-directory.
> 
> Fixes: 1e8a1fae7 ("test: Move qtests to a separate directory")
> Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
> ---
>  tests/Makefile.include       | 1 +
>  tests/qtest/Makefile.include | 1 -
>  2 files changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/Makefile.include b/tests/Makefile.include
> index edcbd475aa..67e8fcddda 100644
> --- a/tests/Makefile.include
> +++ b/tests/Makefile.include
> @@ -589,6 +589,7 @@ include $(SRC_PATH)/tests/qtest/Makefile.include
>  tests/test-qga$(EXESUF): qemu-ga$(EXESUF)
>  tests/test-qga$(EXESUF): tests/test-qga.o $(qtest-obj-y)
>  tests/vhost-user-bridge$(EXESUF): tests/vhost-user-bridge.o 
> $(test-util-obj-y) libvhost-user.a
> +tests/qemu-iotests/socket_scm_helper$(EXESUF): 
> tests/qemu-iotests/socket_scm_helper.o
>  
>  SPEED = quick
>  
> diff --git a/tests/qtest/Makefile.include b/tests/qtest/Makefile.include
> index 383b0ab217..76672990a7 100644
> --- a/tests/qtest/Makefile.include
> +++ b/tests/qtest/Makefile.include
> @@ -287,7 +287,6 @@ tests/qtest/usb-hcd-ehci-test$(EXESUF): 
> tests/qtest/usb-hcd-ehci-test.o $(libqos
>  tests/qtest/usb-hcd-xhci-test$(EXESUF): tests/qtest/usb-hcd-xhci-test.o 
> $(libqos-usb-obj-y)
>  tests/qtest/cpu-plug-test$(EXESUF): tests/qtest/cpu-plug-test.o
>  tests/qtest/migration-test$(EXESUF): tests/qtest/migration-test.o 
> tests/qtest/migration-helpers.o
> -tests/qtest/qemu-iotests/qtest/socket_scm_helper$(EXESUF): 
> tests/qtest/qemu-iotests/qtest/socket_scm_helper.o
>  tests/qtest/test-netfilter$(EXESUF): tests/qtest/test-netfilter.o 
> $(qtest-obj-y)
>  tests/qtest/test-filter-mirror$(EXESUF): tests/qtest/test-filter-mirror.o 
> $(qtest-obj-y)
>  tests/qtest/test-filter-redirector$(EXESUF): 
> tests/qtest/test-filter-redirector.o $(qtest-obj-y)
> 

Reviewed-by: Laurent Vivier <address@hidden>



reply via email to

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