Re: [Qemu-devel] [PATCH v3 09/11] qht: add test program
Emilio G. Cota writes: > Signed-off-by: Emilio G. Cota Reviewed-by: Alex Bennée > --- > tests/.gitignore | 1 + > tests/Makefile | 6 ++- > tests/test-qht.c | 139 > +++ > 3 files changed, 145 insertions(+), 1 deletion(-) > create
[Qemu-devel] [PATCH v3 09/11] qht: add test program
Signed-off-by: Emilio G. Cota --- tests/.gitignore | 1 + tests/Makefile | 6 ++- tests/test-qht.c | 139 +++ 3 files changed, 145 insertions(+), 1 deletion(-) create mode 100644 tests/test-qht.c diff --git a/tests/.gitignore b/tests/.gi