From: Markus Armbruster Date: Tue, 25 Oct 2016 09:09:25 +0000 (+0200) Subject: tests: Restore check-qdict unit test X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4429532b48a25740817aa0901a4355a5de991e5b;p=qemu.git tests: Restore check-qdict unit test Commit ea3af47 accidentally dropped check-qdict from the list of unit tests. Put it back. Signed-off-by: Markus Armbruster Message-id: 1477386565-26225-1-git-send-email-armbru@redhat.com Reviewed-by: Peter Maydell Signed-off-by: Peter Maydell --- diff --git a/tests/Makefile.include b/tests/Makefile.include index 91cc308eb6..73931d1034 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