mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Test that invalid lX opcodes trigger mini-rv32 internal core error
This commit is contained in:
parent
fe51154698
commit
a5305d64dc
5 changed files with 54 additions and 1 deletions
|
|
@ -5,7 +5,8 @@ TESTS = \
|
|||
syscall_args \
|
||||
meter \
|
||||
extram \
|
||||
badcode
|
||||
badcode \
|
||||
invalid_opcodes
|
||||
|
||||
RUNCMD = $(foreach TEST,${TESTS},make -C ${TEST} &&)
|
||||
CLEANCMD = $(foreach TEST,${TESTS},make -C ${TEST} clean &&)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue