Add HW breakpoint test
[riscv-tests.git] / isa / rv64mi / Makefrag
1 #=======================================================================
2 # Makefrag for rv64mi tests
3 #-----------------------------------------------------------------------
4
5 rv64mi_sc_tests = \
6 breakpoint \
7 dirty \
8 csr \
9 mcsr \
10 illegal \
11 ma_fetch \
12 ma_addr \
13 scall \
14 sbreak \
15
16 rv64mi_mc_tests = \
17 ipi \
18
19 rv64mi_p_tests = $(addprefix rv64mi-p-, $(rv64mi_sc_tests))
20
21 spike_tests += $(rv64mi_p_tests)