Remove "import ." notation.
[riscv-tests.git] / isa / rv64mi / Makefrag
1 #=======================================================================
2 # Makefrag for rv64mi tests
3 #-----------------------------------------------------------------------
4
5 rv64mi_sc_tests = \
6 breakpoint \
7 csr \
8 mcsr \
9 illegal \
10 ma_fetch \
11 ma_addr \
12 scall \
13 sbreak \
14
15 rv64mi_mc_tests = \
16 ipi \
17
18 rv64mi_p_tests = $(addprefix rv64mi-p-, $(rv64mi_sc_tests))
19
20 spike_tests += $(rv64mi_p_tests)