Re: [Qemu-devel] [PATCH 1/2] tests: build the helper program in main build process

2013-09-23 Thread Wenchao Xia
于 2013/9/23 7:22, Wenchao Xia 写道: On 09/23/2013 04:36 AM, Michael Tokarev wrote: 22.09.2013 12:30, Wenchao Xia пишет: This is a quick way to update helper program when qemu main code is changed or built, instead of adding new Makefile under test/qemu-iotest. Why? [] I think it is a bit o

Re: [Qemu-devel] [PATCH 1/2] tests: build the helper program in main build process

2013-09-22 Thread Wenchao Xia
On 09/23/2013 04:36 AM, Michael Tokarev wrote: 22.09.2013 12:30, Wenchao Xia пишет: This is a quick way to update helper program when qemu main code is changed or built, instead of adding new Makefile under test/qemu-iotest. Why? [] I think it is a bit overkill to have a new Makefile for

Re: [Qemu-devel] [PATCH 1/2] tests: build the helper program in main build process

2013-09-22 Thread Michael Tokarev
22.09.2013 12:30, Wenchao Xia пишет: This is a quick way to update helper program when qemu main code is changed or built, instead of adding new Makefile under test/qemu-iotest. Why? [] +# Build the help program automatically + +all: $(QEMU_IOTESTS_HELPERS-y) This appears to be somewhat aw

[Qemu-devel] [PATCH 1/2] tests: build the helper program in main build process

2013-09-22 Thread Wenchao Xia
This is a quick way to update helper program when qemu main code is changed or built, instead of adding new Makefile under test/qemu-iotest. Signed-off-by: Wenchao Xia --- tests/Makefile |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/tests/Makefile b/tests/Makefi