diff options
author | Eduardo Habkost <ehabkost@redhat.com> | 2013-07-10 17:08:40 -0300 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2013-08-16 18:44:33 +0200 |
commit | 747b0cb4b51296e85add0a23d5fc1d24e250ec08 (patch) | |
tree | 37e97929e34542d04be51869d8b3440da6124f35 /tests/.gitignore | |
parent | 35143f0164e6933a85c7c2b8a89a040d881a9151 (diff) | |
download | qemu-747b0cb4b51296e85add0a23d5fc1d24e250ec08.tar.gz qemu-747b0cb4b51296e85add0a23d5fc1d24e250ec08.tar.bz2 qemu-747b0cb4b51296e85add0a23d5fc1d24e250ec08.zip |
tests: Unit tests for qdev global properties handling
This tests the qdev global-properties handling code.
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
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 fb05c2ae87..d11cc22373 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -11,6 +11,7 @@ test-iov test-mul64 test-qapi-types.[ch] test-qapi-visit.[ch] +test-qdev-global-props test-qmp-commands.h test-qmp-commands test-qmp-input-strict |