Merge rv64si and rv32si tests
[riscv-tests.git] / isa / rv64si / Makefrag
1 #=======================================================================
2 # Makefrag for rv64si tests
3 #-----------------------------------------------------------------------
4
5 rv64si_sc_tests = \
6 csr \
7 illegal \
8 ma_fetch \
9 ma_addr \
10 scall \
11 sbreak \
12 timer \
13 dirty \
14
15 rv64si_mc_tests = \
16 ipi \
17
18 rv64si_p_tests = $(addprefix rv64si-p-, $(rv64si_sc_tests))
19 rv64si_pm_tests = $(addprefix rv64si-pm-, $(rv64si_mc_tests))
20
21 spike_tests += $(rv64si_p_tests) $(rv64si_pm_tests)