summaryrefslogtreecommitdiff
path: root/tests/test-progs/asmtest/src/riscv/isa/rv64mi/Makefrag
blob: b0ddefee68ea754b8d10ae93a7e3d309b020d1a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#=======================================================================
# Makefrag for rv64mi tests
#-----------------------------------------------------------------------

rv64mi_sc_tests = \
	access \
	breakpoint \
	csr \
	mcsr \
	illegal \
	ma_fetch \
	ma_addr \
	scall \
	sbreak \

rv32ud_p_tests = $(addprefix rv32ud-p-, $(rv32ud_sc_tests))
#rv32ud_ps_tests = $(addprefix rv32ud-ps-, $(rv32ud_sc_tests))

spike_tests += $(rv64mi_p_tests)