]> git.proxmox.com Git - mirror_qemu.git/commit
tests/Makefile.include: Fix missing test-qapi-emit-events.[ch]
authorMarkus Armbruster <armbru@redhat.com>
Wed, 20 Nov 2019 18:25:47 +0000 (19:25 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 14 Jan 2020 10:01:58 +0000 (11:01 +0100)
commit0cc0e2689498e2b731330980b1cecb83987b1bc8
treeffe4a399df1682f4aceae0a08d9cd2080c38f13b
parent7e9c1707e14e50d5447cc6c3d3b20a641331ad18
tests/Makefile.include: Fix missing test-qapi-emit-events.[ch]

Commit 5d75648b56 "qapi: Generate QAPIEvent stuff into separate files"
added tests/test-qapi-emit-events.[ch] to the set of generated files,
but neglected to update tests/.gitignore and tests/Makefile.include.
Commit a0af8cee3c "tests/.gitignore: ignore test-qapi-emit-events.[ch]
for in-tree builds" fixed the former.  Now fix the latter.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20191120182551.23795-3-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
tests/Makefile.include