qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] tests: Restore check-qdict unit test


From: Markus Armbruster
Subject: [Qemu-devel] [PATCH] tests: Restore check-qdict unit test
Date: Tue, 25 Oct 2016 11:09:25 +0200

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

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]