unicorn/test/unit
Jonathon Reinhart 02daa8df46 test/unit: simplify uc_assert_fail() macro
This removes the UC_ASSERT_ERR_ANY constant, which was causing a
compilation error on OSX:

error: comparison of constant 3735928559 with expression of type
'uc_err' (aka 'enum uc_err') is always true
[-Werror,-Wtautological-constant-out-of-range-compare]

I could have probably changed 0xDEADBEEF to a constant < 0x80000000
but this seems cleaner anyway.
2015-09-21 08:37:21 -04:00
..
.gitignore continued work on test framework 2015-09-20 21:13:22 -04:00
Makefile continued work on test framework 2015-09-20 21:13:22 -04:00
test_mem_map.c add more mem map API tests 2015-09-20 21:13:22 -04:00
test_x86.c test/unit: add test_basic_blocks 2015-09-20 22:45:45 -04:00
unicorn_test.h test/unit: simplify uc_assert_fail() macro 2015-09-21 08:37:21 -04:00