Merge branch 'master' of github.com:ucb-bar/riscv-tests
[riscv-tests.git] / isa / rv32si / Makefrag
1 #=======================================================================
2 # Makefrag for rv32si tests
3 #-----------------------------------------------------------------------
4
5 rv32si_sc_tests = \
6 csr \
7 shamt \
8
9 rv32si_mc_tests = \
10 ipi \
11
12 rv32si_p_tests = $(addprefix rv32si-p-, $(rv32si_sc_tests))
13 rv32si_pm_tests = $(addprefix rv32si-pm-, $(rv32si_mc_tests))
14
15 spike_tests += $(rv32si_p_tests) $(rv32si_pm_tests)