diff --git a/.gitignore b/.gitignore index 4578b7dc..d156a944 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/tests/regress/Makefile b/tests/regress/Makefile index 3f1d59a5..3de87998 100644 --- a/tests/regress/Makefile +++ b/tests/regress/Makefile @@ -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)