blob: 83bf22dd2e261eb02f644682eb8f6190ad49205a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#=======================================================================
# Makefrag for rv64si tests
#-----------------------------------------------------------------------
rv64si_sc_tests = \
coreid \
csr \
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)
|