]> git.proxmox.com Git - mirror_qemu.git/commit - tests/qmp-cmd-test.c
qmp-cmd-test: Split off qmp-test
authorMarkus Armbruster <armbru@redhat.com>
Thu, 23 Aug 2018 16:39:32 +0000 (18:39 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Fri, 24 Aug 2018 18:25:48 +0000 (20:25 +0200)
commitd93bb9d5c34c1b4ed97bf824e6459b5516db94f6
tree607d9213cfb591e724a83b486a451ea32d42c399
parent5365490879199fbaa7fb4b3acf32e0624108e4d1
qmp-cmd-test: Split off qmp-test

qmp-test is for QMP protocol tests.  Commit e4a426e75ef added generic,
basic tests of query commands to it.  Move them to their own test
program qmp-cmd-test, to keep qmp-test focused on the protocol.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20180823164025.12553-6-armbru@redhat.com>
MAINTAINERS
tests/Makefile.include
tests/qmp-cmd-test.c [new file with mode: 0644]
tests/qmp-test.c