diff options
| author | Laszlo Ersek | 2013-08-20 00:35:40 +0200 |
|---|---|---|
| committer | Luiz Capitulino | 2013-08-20 17:52:00 +0200 |
| commit | 3953e3a5d34fa7caffc3e32eae4270b2d810d966 (patch) | |
| tree | 8d0129a1ea1eaa1b14fe69e1965e195347ddbfc3 /.gitignore | |
| parent | add "test-int128" and "test-bitops" to .gitignore (diff) | |
| download | qemu-3953e3a5d34fa7caffc3e32eae4270b2d810d966.tar.gz qemu-3953e3a5d34fa7caffc3e32eae4270b2d810d966.tar.xz qemu-3953e3a5d34fa7caffc3e32eae4270b2d810d966.zip | |
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>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a8e0f1716b..d2c5c2f6b8 100644 --- a/.gitignore +++ b/.gitignore @@ -48,6 +48,7 @@ QMP/qmp-commands.txt test-bitops test-coroutine test-int128 +test-opts-visitor test-qmp-input-visitor test-qmp-output-visitor test-string-input-visitor |
