Merge [shm]call into ecall, [shm]ret into eret
[riscv-tests.git] / isa / rv64si / Makefrag
1 #=======================================================================
2 # Makefrag for rv64si tests
3 #-----------------------------------------------------------------------
4
5 rv64si_sc_tests = \
6 csr \
7 timer \
8 dirty \
9
10 rv64si_mc_tests = \
11 ipi \
12
13 rv64si_p_tests = $(addprefix rv64si-p-, $(rv64si_sc_tests))
14 rv64si_pm_tests = $(addprefix rv64si-pm-, $(rv64si_mc_tests))
15
16 spike_tests += $(rv64si_p_tests) $(rv64si_pm_tests)