unicorn/tests/unit
Stephen 75d90aff52 Make cleanup (#666)
* make cleanup

* Update .travis.yml
Update eflags_nosync.c
Update sigill2.c
Update ro_mem_test.c
Update ro_mem_test.c
Update nr_mem_test.c
Update mem_fuzz.c
Update mem_double_unmap.c
Update emu_stop_in_hook_overrun.c
Update eflags_nosync.c
remove unused
Update Makefile
Update Makefile
Update Makefile
Update Makefile
Update Makefile
Update Makefile
Update Makefile
Update mem_64_c.c
Update mem_64_c.c
Update Makefile
Update Makefile
Update Makefile
Update Makefile
Update Makefile
Update Makefile
Update .travis.yml
try android ndk build
Update unicorn.py
Update unicorn.py
Update Makefile
Update unicorn.py
Update unicorn.py
remove an untrue comment

if a dll/so/dylib gets loaded at runtime is dependent on many different factors, primarily the LD/DYLD paths. Those do not always include the current working directory
Update Makefile
Update .appveyor.yml
Update .travis.yml
Update Makefile
Update .appveyor.yml
Fix bad sample

* Update Makefile

* Update Makefile

* Update install-cmocka-linux.sh

* remove verbose option from tar

* add upgrade to pacman for cmake

* pacman double update, needed to get new packages

* enable cmocka unit testing

* rejigger commands to fail on any step

should get fails in msys builds for cmocka

* fix quote

* make cmocka in cygwin only

* add msys cache
2016-11-19 17:17:48 +08:00
..
.gitignore tests: more flexible .gitignore for tests/unit/ 2016-06-16 09:14:32 +08:00
Makefile Make cleanup (#666) 2016-11-19 17:17:48 +08:00
test_gdt_idt_x86.c uc_x86_mmr type available in qemu/target-i386/unicorn.c 2016-02-04 19:09:41 -08:00
test_hang.c Update test_hang.c 2016-10-05 10:29:16 -07:00
test_hookcounts.c unit: fix test_hookcounts.c 2016-03-20 01:54:37 +08:00
test_mem_high.c uc_hook_add(): add begin & end arguments for all hook types. also update Python binding after this change 2016-02-11 08:02:13 +08:00
test_mem_map_ptr.c add permissions to map_ptr api 2015-11-28 11:28:31 -08:00
test_mem_map.c [query] add UC_QUERY_PAGE_SIZE uc_query helper 2016-03-04 15:54:24 +11:00
test_multihook.c uc_hook_add(): add begin & end arguments for all hook types. also update Python binding after this change 2016-02-11 08:02:13 +08:00
test_pc_change.c uc_hook_add(): add begin & end arguments for all hook types. also update Python binding after this change 2016-02-11 08:02:13 +08:00
test_sanity.c Reorganize test directories 2015-09-21 20:47:45 -05:00
test_tb_x86.c Unit testing in CI (#651) 2016-10-22 00:21:10 +08:00
test_x86_rip_bug.c Fixed printf format specifier 2016-08-20 22:34:14 -07:00
test_x86_shl_enter_leave.c bit of refactoring 2016-07-31 19:45:46 +02:00
test_x86_soft_paging.c unit: remove ^M from test_x86_soft_paging.c 2016-02-22 14:02:28 +08:00
test_x86.c Tweak some names in a few places, encapsulate the uc_context struct to hide it from users for some reason 2016-10-10 14:04:51 -07:00
unicorn_test.h Reorganize test directories 2015-09-21 20:47:45 -05:00