Re: [Qemu-devel] [PATCH v2 02/15] Makefile: Rules for docker testing

2016-03-01 Thread Alex Bennée
Fam Zheng writes: > This adds a group of make targets to run docker tests, all are available > in source tree without running ./configure. > > The usage is shown by "make docker". > OK I've made some tweaks which I think improve the generation and allow for re-creation of

Re: [Qemu-devel] [PATCH v2 02/15] Makefile: Rules for docker testing

2016-03-01 Thread Alex Bennée
Fam Zheng writes: > On Mon, 02/29 17:08, Alex Bennée wrote: >> >> Fam Zheng writes: >> >> > This adds a group of make targets to run docker tests, all are available >> > in source tree without running ./configure. >> > >> > The usage is shown by "make docker".

Re: [Qemu-devel] [PATCH v2 02/15] Makefile: Rules for docker testing

2016-02-29 Thread Fam Zheng
On Mon, 02/29 17:08, Alex Bennée wrote: > > Fam Zheng writes: > > > This adds a group of make targets to run docker tests, all are available > > in source tree without running ./configure. > > > > The usage is shown by "make docker". > > > > Besides the fixed ones, dynamic

Re: [Qemu-devel] [PATCH v2 02/15] Makefile: Rules for docker testing

2016-02-29 Thread Alex Bennée
Fam Zheng writes: > This adds a group of make targets to run docker tests, all are available > in source tree without running ./configure. > > The usage is shown by "make docker". > > Besides the fixed ones, dynamic targets for building each image and > running each test in

[Qemu-devel] [PATCH v2 02/15] Makefile: Rules for docker testing

2016-02-16 Thread Fam Zheng
This adds a group of make targets to run docker tests, all are available in source tree without running ./configure. The usage is shown by "make docker". Besides the fixed ones, dynamic targets for building each image and running each test in each image are generated automatically by make,