Re: [Qemu-block] [PATCH v8 11/12] tests: Add uuid tests

2016-09-20 Thread Fam Zheng
On Tue, 09/20 10:37, Eric Blake wrote: > On 09/17/2016 11:25 PM, Fam Zheng wrote: > > Signed-off-by: Fam Zheng > > --- > > tests/Makefile.include | 2 + > > tests/test-uuid.c | 177 > > + > > 2 files changed, 179 insertions(+) > > create mo

Re: [Qemu-block] [PATCH v8 11/12] tests: Add uuid tests

2016-09-20 Thread Eric Blake
On 09/17/2016 11:25 PM, Fam Zheng wrote: > Signed-off-by: Fam Zheng > --- > tests/Makefile.include | 2 + > tests/test-uuid.c | 177 > + > 2 files changed, 179 insertions(+) > create mode 100644 tests/test-uuid.c > Please also update test

Re: [Qemu-block] [PATCH v8 11/12] tests: Add uuid tests

2016-09-18 Thread Jeff Cody
On Sun, Sep 18, 2016 at 12:25:31PM +0800, Fam Zheng wrote: > Signed-off-by: Fam Zheng > --- > tests/Makefile.include | 2 + > tests/test-uuid.c | 177 > + > 2 files changed, 179 insertions(+) > create mode 100644 tests/test-uuid.c > > diff