blob: 802fc5568958c7d8cbac0492aedfb8d231582e6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#=======================================================================
# Makefrag for rv64si tests
#-----------------------------------------------------------------------
rv64si_sc_tests = \
csr \
illegal \
ma_fetch \
ma_addr \
scall \
sbreak \
timer \
dirty \
rv64si_mc_tests = \
ipi \
rv64si_p_tests = $(addprefix rv64si-p-, $(rv64si_sc_tests))
rv64si_pm_tests = $(addprefix rv64si-pm-, $(rv64si_mc_tests))
spike_tests += $(rv64si_p_tests) $(rv64si_pm_tests)
|