All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] tests: Restore check-qdict unit test
@ 2016-10-25  9:09 Markus Armbruster
  2016-10-25 11:44 ` Peter Maydell
  0 siblings, 1 reply; 2+ messages in thread
From: Markus Armbruster @ 2016-10-25  9:09 UTC (permalink / raw)
  To: qemu-devel; +Cc: marcandre.lureau, pbonzini, peter.maydell

Commit ea3af47 accidentally dropped check-qdict from the list of unit
tests.  Put it back.

Signed-off-by: Markus Armbruster <armbru@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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] tests: Restore check-qdict unit test
  2016-10-25  9:09 [Qemu-devel] [PATCH] tests: Restore check-qdict unit test Markus Armbruster
@ 2016-10-25 11:44 ` Peter Maydell
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Maydell @ 2016-10-25 11:44 UTC (permalink / raw)
  To: Markus Armbruster; +Cc: QEMU Developers, Marc-André Lureau, Paolo Bonzini

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

Applied to master as a buildfix; thanks.

-- PMM

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-25 11:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-25  9:09 [Qemu-devel] [PATCH] tests: Restore check-qdict unit test Markus Armbruster
2016-10-25 11:44 ` Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.