Update to new privileged spec
[riscv-tests.git] / isa / rv32si / Makefrag
1 #=======================================================================
2 # Makefrag for rv32si tests
3 #-----------------------------------------------------------------------
4
5 rv32si_sc_tests = \
6 csr \
7 shamt \
8 ma_fetch \
9 illegal \
10 scall \
11 sbreak \
12 ma_addr \
13 timer \
14
15 rv32si_mc_tests = \
16 ipi \
17
18 rv32si_p_tests = $(addprefix rv32si-p-, $(rv32si_sc_tests))
19 rv32si_pm_tests = $(addprefix rv32si-pm-, $(rv32si_mc_tests))
20
21 spike_tests += $(rv32si_p_tests) $(rv32si_pm_tests)