tests: Restore check-qdict unit test
authorMarkus Armbruster <armbru@redhat.com>
Tue, 25 Oct 2016 09:09:25 +0000 (11:09 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 25 Oct 2016 10:39:10 +0000 (11:39 +0100)
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>
tests/Makefile.include

index 91cc308eb6e6dc41c252c84d94ee99ae60dac46a..73931d1034ae5d92516b22b367d88acfdae94866 100644 (file)
@@ -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