Commit ea3af47 accidentally dropped check-qdict from the list of unit tests. Put it back.
Signed-off-by: Markus Armbruster <arm...@redhat.com> --- 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(-) diff --git a/tests/Makefile.include b/tests/Makefile.include index e65e9f7..de04a61 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -8,7 +8,7 @@ SYSEMU_TARGET_LIST := $(subst -softmmu.mak,,$(notdir \ check-unit-y = tests/check-qdict$(EXESUF) gcov-files-check-qdict-y = qobject/qdict.c -check-unit-y = tests/test-char$(EXESUF) +check-unit-y += tests/test-char$(EXESUF) gcov-files-check-qdict-y = qemu-char.c check-unit-y += tests/check-qfloat$(EXESUF) gcov-files-check-qfloat-y = qobject/qfloat.c -- 2.5.5