mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-22 19:55:45 +00:00
regress: add emu_clear_errors to .gitignore
This commit is contained in:
parent
7695fb1578
commit
7de48f2f75
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -125,6 +125,7 @@ mips_delay_slot_code_hook
|
|||
threaded_emu_start
|
||||
emu_stop_in_hook_overrun
|
||||
mips_branch_likely_issue
|
||||
emu_clear_errors
|
||||
|
||||
test_mem_map_ptr
|
||||
test_mem_high
|
||||
|
|
|
@ -36,6 +36,7 @@ TESTS += emu_stop_in_hook_overrun
|
|||
TESTS += mips_branch_likely_issue
|
||||
TESTS += hook_extrainvoke
|
||||
TESTS += sysenter_hook_x86
|
||||
TESTS += emu_clear_errors
|
||||
|
||||
all: $(TESTS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue