From 7de48f2f75176f0ae5b48b8f53a50a1ff448f73f Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Tue, 12 Jan 2016 01:02:45 +0800 Subject: [PATCH] regress: add emu_clear_errors to .gitignore --- .gitignore | 1 + tests/regress/Makefile | 1 + 2 files changed, 2 insertions(+) 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)