#======================================================================= # Makefrag for rv32si tests #----------------------------------------------------------------------- rv32si_sc_tests = \ csr \ shamt \ ma_fetch \ illegal \ scall \ sbreak \ ma_addr \ rv32si_p_tests = $(addprefix rv32si-p-, $(rv32si_sc_tests)) spike32_tests += $(rv32si_p_tests)