Statistics
| Branch: | Revision:

root / tests / test-bitops.c @ 82beb536

History | View | Annotate | Download (1.7 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...
3464700f 07/22/2013 11:41 pm Peter Maydell

tests: Add test-bitops.c with some sextract tests

Add some simple test cases for the new sextract32
and sextract64 functions.

Signed-off-by: Peter Maydell <>
Reviewed-by: Richard Henderson <>
Message-id: ...