mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-08 22:25:27 +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
|
threaded_emu_start
|
||||||
emu_stop_in_hook_overrun
|
emu_stop_in_hook_overrun
|
||||||
mips_branch_likely_issue
|
mips_branch_likely_issue
|
||||||
|
emu_clear_errors
|
||||||
|
|
||||||
test_mem_map_ptr
|
test_mem_map_ptr
|
||||||
test_mem_high
|
test_mem_high
|
||||||
|
|
|
@ -36,6 +36,7 @@ TESTS += emu_stop_in_hook_overrun
|
||||||
TESTS += mips_branch_likely_issue
|
TESTS += mips_branch_likely_issue
|
||||||
TESTS += hook_extrainvoke
|
TESTS += hook_extrainvoke
|
||||||
TESTS += sysenter_hook_x86
|
TESTS += sysenter_hook_x86
|
||||||
|
TESTS += emu_clear_errors
|
||||||
|
|
||||||
all: $(TESTS)
|
all: $(TESTS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue