Re: [Qemu-devel] [PATCH] tests: Restore check-qdict unit test

2018-09-26 Thread Thomas Huth
On 2018-09-26 14:23, Markus Armbruster wrote: > Commit 0bcc8e5bd8d accidentally dropped check-qdict from the list of > unit tests (again, see commit 4429532b48a). Put it back, and fix up > the test. > > Signed-off-by: Markus Armbruster > --- > tests/Makefile.include | 2 +- > tests/check-qdict.

[Qemu-devel] [PATCH] tests: Restore check-qdict unit test

2018-09-26 Thread Markus Armbruster
Commit 0bcc8e5bd8d accidentally dropped check-qdict from the list of unit tests (again, see commit 4429532b48a). Put it back, and fix up the test. Signed-off-by: Markus Armbruster --- tests/Makefile.include | 2 +- tests/check-qdict.c| 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-)

Re: [Qemu-devel] [PATCH] tests: Restore check-qdict unit test

2016-10-25 Thread Peter Maydell
On 25 October 2016 at 10:09, Markus Armbruster wrote: > Commit ea3af47 accidentally dropped check-qdict from the list of unit > tests. Put it back. > > Signed-off-by: Markus Armbruster > --- > Could be committed directly as a build fix. If not, I'll include it > in my next pull. Applied to mas

[Qemu-devel] [PATCH] tests: Restore check-qdict unit test

2016-10-25 Thread Markus Armbruster
Commit ea3af47 accidentally dropped check-qdict from the list of unit tests. Put it back. Signed-off-by: Markus Armbruster --- Could be committed directly as a build fix. If not, I'll include it in my next pull. tests/Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif