Test access exception behavior for illegal addresses (#111)
[riscv-tests.git] / isa / rv64mi / Makefrag
1 #=======================================================================
2 # Makefrag for rv64mi tests
3 #-----------------------------------------------------------------------
4
5 rv64mi_sc_tests = \
6 access \
7 breakpoint \
8 csr \
9 mcsr \
10 illegal \
11 ma_fetch \
12 ma_addr \
13 scall \
14 sbreak \
15
16 rv64mi_p_tests = $(addprefix rv64mi-p-, $(rv64mi_sc_tests))
17
18 spike_tests += $(rv64mi_p_tests)