blob: 4ae8733927ae679d009805b3d345702129196386 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#=======================================================================
# Makefrag for rv64mi tests
#-----------------------------------------------------------------------
rv64mi_sc_tests = \
breakpoint \
dirty \
csr \
mcsr \
illegal \
ma_fetch \
ma_addr \
scall \
sbreak \
rv64mi_mc_tests = \
ipi \
rv64mi_p_tests = $(addprefix rv64mi-p-, $(rv64mi_sc_tests))
spike_tests += $(rv64mi_p_tests)
|