Statistics
| Branch: | Revision:

root / tests / test-opts-visitor.c @ feature-archipelago

History | View | Annotate | Download (9.3 kB)

# Date Author Comment
5cb6be2c 11/06/2013 05:59 am Stefan Hajnoczi

tests: fix 64-bit int literals for 32-bit hosts

On 32-bit hosts:

CC    tests/test-opts-visitor.o
tests/test-opts-visitor.c: In function 'test_value':
tests/test-opts-visitor.c:128: warning: integer constant is too large for 'long' type
CC tests/test-bitops.o...
3953e3a5 08/20/2013 06:52 pm Laszlo Ersek

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 <>...