aboutsummaryrefslogtreecommitdiff
path: root/isa/rv32mi/Makefrag
blob: 3f6ecb4fac4872a49544d719baf20c31ad1f9e5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#=======================================================================
# Makefrag for rv32mi tests
#-----------------------------------------------------------------------

rv32mi_sc_tests = \
	csr \
	illegal \
	ma_fetch \
	ma_addr \
	scall \
	sbreak \
	timer \

rv32mi_mc_tests = \
	ipi \

rv32mi_p_tests = $(addprefix rv32mi-p-, $(rv32mi_sc_tests))
ifdef $(TEST_ENABLE_A)
rv32mi_pm_tests = $(addprefix rv32mi-pm-, $(rv32mi_mc_tests))
endif

spike32_tests += $(rv32mi_p_tests) $(rv32mi_pm_tests)