diff options
author | Markus Armbruster <armbru@redhat.com> | 2017-02-28 22:27:03 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2017-03-07 16:07:47 +0100 |
commit | 6c873d1149d47201dbb71f6e04791447605a17e1 (patch) | |
tree | b8379a30bd1bbac323c163c61ecb85c51b9a6f13 /tests/.gitignore | |
parent | b0f36b23f10d31191d1e5be2c8f01591915ed37f (diff) |
test-qapi-util: New, covering qapi/qapi-util.c
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <1488317230-26248-18-git-send-email-armbru@redhat.com>
Diffstat (limited to 'tests/.gitignore')
-rw-r--r-- | tests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index 30b7740b4e..a966740c2c 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -53,6 +53,7 @@ test-mul64 test-opts-visitor test-qapi-event.[ch] test-qapi-types.[ch] +test-qapi-util test-qapi-visit.[ch] test-qdev-global-props test-qemu-opts |