Re: [Qemu-block] [PATCH v2 2/8] tests: Add uuid tests

2016-08-08 Thread Daniel P. Berrange
On Mon, Aug 08, 2016 at 02:09:22PM +0800, Fam Zheng wrote: > Signed-off-by: Fam Zheng > --- > tests/Makefile.include | 2 + > tests/test-uuid.c | 110 > + > 2 files changed, 112 insertions(+) > create mode 100644

[Qemu-block] [PATCH v2 2/8] tests: Add uuid tests

2016-08-08 Thread Fam Zheng
Signed-off-by: Fam Zheng --- tests/Makefile.include | 2 + tests/test-uuid.c | 110 + 2 files changed, 112 insertions(+) create mode 100644 tests/test-uuid.c diff --git a/tests/Makefile.include b/tests/Makefile.include