aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2016-10-25 11:09:25 +0200
committerPeter Maydell <peter.maydell@linaro.org>2016-10-25 11:39:10 +0100
commit4429532b48a25740817aa0901a4355a5de991e5b (patch)
treeb27403b057e82e332f89f95962cabd51fb8dbf06 /tests
parentc43e853afecc7bbe4b24aabdf109b4abd63f7054 (diff)
downloadqemu-4429532b48a25740817aa0901a4355a5de991e5b.zip
qemu-4429532b48a25740817aa0901a4355a5de991e5b.tar.gz
qemu-4429532b48a25740817aa0901a4355a5de991e5b.tar.bz2
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 <armbru@redhat.com> Message-id: 1477386565-26225-1-git-send-email-armbru@redhat.com Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include
index 91cc308..73931d1 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