On 10/10/18 1:11 AM, Markus Armbruster wrote:
Commit 0bcc8e5bd8d accidentally dropped check-qdict from the list of
unit tests (again, see commit 4429532b48a). Put it back, and fix up
the test.
Since this seems to be a recurring problem...
+++ b/tests/Makefile.include
@@ -40,7 +40,7 @@ SYSEMU_TARGET_LIST := $(subst -softmmu.mak,,$(notdir \
check-unit-y = tests/check-qdict$(EXESUF)
How about a followup patch that does:
- check-unit-y = tests/check-qdict$(EXESUF)
+ check-unit-y =
+ check-unit-y += tests/check-qdict$(EXESUF)
--
Eric Blake, Principal Software Engineer
Red Hat, Inc. +1-919-301-3266
Virtualization: qemu.org | libvirt.org