Added test for uc_open() and uc_emu_start() being called by different threads.

This commit is contained in:
xorstream
2015-12-16 13:08:33 +11:00
parent f111d7d1ca
commit 6aa33e8359
2 changed files with 244 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ TESTS += sparc_jump_to_zero
TESTS += mips_delay_slot_code_hook
TESTS += mem_nofree
TESTS += rw_hookstack
TESTS += threaded_emu_start
all: $(TESTS)