remove zscale specific tests
[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 privileged \
11 scall \
12 sbreak \
13 ma_addr \
14 timer \
15
16 rv32si_mc_tests = \
17 ipi \
18
19 rv32si_p_tests = $(addprefix rv32si-p-, $(rv32si_sc_tests))
20 rv32si_pm_tests = $(addprefix rv32si-pm-, $(rv32si_mc_tests))
21
22 spike_tests += $(rv32si_p_tests) $(rv32si_pm_tests)