Add sysenter_hook_x86 to tests/regress/Makefile and sysenter_hook_x86 to .gitignore.
This commit is contained in:
parent
4c3ad139ea
commit
c9f6648877
|
@ -129,6 +129,7 @@ test_mem_map_ptr
|
|||
test_mem_high
|
||||
rw_hookstack
|
||||
hook_extrainvoke
|
||||
sysenter_hook_x86
|
||||
|
||||
|
||||
#################
|
||||
|
|
|
@ -35,6 +35,7 @@ TESTS += threaded_emu_start
|
|||
TESTS += emu_stop_in_hook_overrun
|
||||
TESTS += mips_branch_likely_issue
|
||||
TESTS += hook_extrainvoke
|
||||
TESTS += sysenter_hook_x86
|
||||
|
||||
all: $(TESTS)
|
||||
|
||||
|
|
Loading…
Reference in New Issue