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

rv64si_sc_tests = \
	csr \
	dirty \
	ma_fetch \
	scall \
	wfi \
	sbreak \

rv64si_p_tests = $(addprefix rv64si-p-, $(rv64si_sc_tests))
#rv64si_ps_tests = $(addprefix rv64si-ps-, $(rv64si_sc_tests))

spike_tests += $(rv64si_p_tests)