Add sysenter_hook_x86 to tests/regress/Makefile and sysenter_hook_x86 to .gitignore.

This commit is contained in:
Spl3en 2015-12-24 18:25:35 +01:00
parent 4c3ad139ea
commit c9f6648877
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -129,6 +129,7 @@ test_mem_map_ptr
test_mem_high test_mem_high
rw_hookstack rw_hookstack
hook_extrainvoke hook_extrainvoke
sysenter_hook_x86
################# #################

View File

@ -35,6 +35,7 @@ TESTS += threaded_emu_start
TESTS += emu_stop_in_hook_overrun 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
all: $(TESTS) all: $(TESTS)