Remove defunct IPI tests
[riscv-tests.git] / isa / rv32mi / Makefrag
index c8fbcf4f81287583e256e2fc7ecb2037b3297423..5ee7edc8dbbfab7b45e447b949e1aa7a74ff1514 100644 (file)
@@ -3,19 +3,16 @@
 #-----------------------------------------------------------------------
 
 rv32mi_sc_tests = \
+       breakpoint \
        csr \
-       dirty \
+       mcsr \
        illegal \
        ma_fetch \
        ma_addr \
-       mcsr \
        scall \
        sbreak \
        shamt \
 
-rv32mi_mc_tests = \
-       ipi \
-
 rv32mi_p_tests = $(addprefix rv32mi-p-, $(rv32mi_sc_tests))
 
 spike32_tests += $(rv32mi_p_tests)