tests: more flexible .gitignore for tests/unit/
This commit is contained in:
parent
fdcdaa3639
commit
6193be73b7
|
@ -141,17 +141,10 @@ emu_clear_errors
|
||||||
005-qemu__fatal__illegal_instruction__0000___00000404
|
005-qemu__fatal__illegal_instruction__0000___00000404
|
||||||
006-qemu__fatal__illegal_instruction__0421___00040026
|
006-qemu__fatal__illegal_instruction__0421___00040026
|
||||||
|
|
||||||
test_mem_map_ptr
|
|
||||||
test_mem_high
|
|
||||||
rw_hookstack
|
rw_hookstack
|
||||||
hook_extrainvoke
|
hook_extrainvoke
|
||||||
sysenter_hook_x86
|
sysenter_hook_x86
|
||||||
test_tb_x86
|
|
||||||
test_multihook
|
|
||||||
test_pc_change
|
|
||||||
mem_fuzz
|
mem_fuzz
|
||||||
test_x86_soft_paging
|
|
||||||
test_hookcounts
|
|
||||||
|
|
||||||
memleak_x86
|
memleak_x86
|
||||||
memleak_arm
|
memleak_arm
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
test_x86
|
!*.c
|
||||||
test_mem_map
|
test_*
|
||||||
test_sanity
|
|
||||||
|
|
Loading…
Reference in New Issue