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

2016-02-15 Thread Alex Bennée
Fam Zheng writes: > On Mon, 02/15 10:06, Alex Bennée wrote: >> >> Fam Zheng writes: >> > > I want to distinguish tests from usual tools by prefix (test-). Tools > shouldn't be invoked by "make docker-run". OK fair enough. > > I'll remove the .sh suffixes, and "s/docker-run-FOO/docker-FOO/".

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

2016-02-15 Thread Fam Zheng
On Mon, 02/15 10:06, 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 targets for building e

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

2016-02-15 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 each image are genera