mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 06:28:12 +00:00
regress: add nr_mem_test.c to Makefile
This commit is contained in:
parent
cb2da12e94
commit
07286c811d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ LDFLAGS = -L.. -lunicorn
|
|||
TESTS = map_crash map_write
|
||||
TESTS += sigill sigill2
|
||||
TESTS += block_test
|
||||
TESTS += ro_mem_test
|
||||
TESTS += ro_mem_test nr_mem_test
|
||||
|
||||
all: $(TESTS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue