]> git.proxmox.com Git - qemu.git/commit
OptsVisitor: introduce unit tests, with test cases for range flattening
authorLaszlo Ersek <lersek@redhat.com>
Mon, 19 Aug 2013 22:35:40 +0000 (00:35 +0200)
committerLuiz Capitulino <lcapitulino@redhat.com>
Tue, 20 Aug 2013 15:52:00 +0000 (11:52 -0400)
commit3953e3a5d34fa7caffc3e32eae4270b2d810d966
tree8d0129a1ea1eaa1b14fe69e1965e195347ddbfc3
parent99351c8472f76552c059a5dd382860229d647c4f
OptsVisitor: introduce unit tests, with test cases for range flattening

According to commit 4f193e34
("tests: Use qapi-schema-test.json as schema parser test")
the "tests/qapi-schema/qapi-schema-test.out" file must be updated as well.

Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Tested-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
.gitignore
tests/Makefile
tests/qapi-schema/qapi-schema-test.json
tests/qapi-schema/qapi-schema-test.out
tests/test-opts-visitor.c [new file with mode: 0644]