Re: [Qemu-devel] [PATCH for 3.0 10/10] docker: add expansion for docker-test-FOO to Makefile.include

2018-07-12 Thread Alex Bennée
Fam Zheng writes: > On Tue, 07/10 22:04, Alex Bennée wrote: >> >> Philippe Mathieu-Daudé writes: >> >> > On 07/09/2018 12:21 PM, Alex Bennée wrote: >> >> This allows us to run a particular test on all docker images. For >> >> example: >> >> >> >> make docker-test-unit >> >> >> >> Will run

Re: [Qemu-devel] [PATCH for 3.0 10/10] docker: add expansion for docker-test-FOO to Makefile.include

2018-07-10 Thread Fam Zheng
On Tue, 07/10 22:04, Alex Bennée wrote: > > Philippe Mathieu-Daudé writes: > > > On 07/09/2018 12:21 PM, Alex Bennée wrote: > >> This allows us to run a particular test on all docker images. For > >> example: > >> > >> make docker-test-unit > >> > >> Will run the unit tests on every supported

Re: [Qemu-devel] [PATCH for 3.0 10/10] docker: add expansion for docker-test-FOO to Makefile.include

2018-07-10 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > On 07/09/2018 12:21 PM, Alex Bennée wrote: >> This allows us to run a particular test on all docker images. For >> example: >> >> make docker-test-unit >> >> Will run the unit tests on every supported image. >> >> Signed-off-by: Alex Bennée >> --- >>

Re: [Qemu-devel] [PATCH for 3.0 10/10] docker: add expansion for docker-test-FOO to Makefile.include

2018-07-10 Thread Philippe Mathieu-Daudé
On 07/09/2018 12:21 PM, Alex Bennée wrote: > This allows us to run a particular test on all docker images. For > example: > > make docker-test-unit > > Will run the unit tests on every supported image. > > Signed-off-by: Alex Bennée > --- > tests/docker/Makefile.include | 2 ++ > 1 file

[Qemu-devel] [PATCH for 3.0 10/10] docker: add expansion for docker-test-FOO to Makefile.include

2018-07-09 Thread Alex Bennée
This allows us to run a particular test on all docker images. For example: make docker-test-unit Will run the unit tests on every supported image. Signed-off-by: Alex Bennée --- tests/docker/Makefile.include | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/docker/Makefile.include