mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 06:38:15 +00:00
also update Makefile to build timeout_segfault.c
This commit is contained in:
parent
be98e28132
commit
e788657a16
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ TESTS = map_crash map_write
|
|||
TESTS += sigill sigill2
|
||||
TESTS += block_test
|
||||
TESTS += ro_mem_test nr_mem_test
|
||||
TESTS += timeout_segfault
|
||||
|
||||
all: $(TESTS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue