[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 001/143] tests: move socket_scm_helper back to tests/
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH 001/143] tests: move socket_scm_helper back to tests/ |
Date: |
Thu, 6 Aug 2020 23:50:16 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 |
On 8/6/20 9:13 PM, Paolo Bonzini wrote:
> This file is unrelated to qemu-iotests and was moved incorrectly
> to tests/qtest/Makefile.include.
>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
> tests/Makefile.include | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/tests/Makefile.include b/tests/Makefile.include
> index c7e4646..985cd14 100644
> --- a/tests/Makefile.include
> +++ b/tests/Makefile.include
> @@ -879,6 +879,8 @@ clean-tcg: $(CLEAN_TCG_TARGET_RULES)
>
> QEMU_IOTESTS_HELPERS-$(call land,$(CONFIG_SOFTMMU),$(CONFIG_LINUX)) =
> tests/qemu-iotests/socket_scm_helper$(EXESUF)
>
> +tests/qemu-iotests/socket_scm_helper$(EXESUF):
> tests/qemu-iotests/socket_scm_helper.o
Already done in 6e1da96b94 ("tests/qemu-iotests: Fix socket_scm_helper
build path"). Should we move it back to tests/?
> +
> .PHONY: check-tests/check-block.sh
> check-tests/check-block.sh: tests/check-block.sh qemu-img$(EXESUF) \
> qemu-io$(EXESUF) qemu-nbd$(EXESUF) $(QEMU_IOTESTS_HELPERS-y) \
>
- [DRAFT PATCH 000/143] Meson integration for 5.2, Paolo Bonzini, 2020/08/06
- [PATCH 001/143] tests: move socket_scm_helper back to tests/, Paolo Bonzini, 2020/08/06
- Re: [PATCH 001/143] tests: move socket_scm_helper back to tests/,
Philippe Mathieu-Daudé <=
- [PATCH 003/143] pc-bios/s390-ccw: simplify Makefile, Paolo Bonzini, 2020/08/06
- [PATCH 002/143] optionrom: simplify Makefile, Paolo Bonzini, 2020/08/06
- [PATCH 006/143] build-sys hack: ensure target directory is there, Paolo Bonzini, 2020/08/06
- [PATCH 007/143] tests/vm: do not pollute configure with --efi-aarch64, Paolo Bonzini, 2020/08/06
- [PATCH 008/143] tests/vm: check for Python YAML parser in the Makefile, Paolo Bonzini, 2020/08/06