Remove defunct IPI tests
[riscv-tests.git] / isa / rv64mi / Makefrag
index ed973db67148e8590908a2c158068589b4eb7151..fb38e5f23293d9cfd19e39fc23eed6f2e55e2892 100644 (file)
@@ -3,19 +3,15 @@
 #-----------------------------------------------------------------------
 
 rv64mi_sc_tests = \
-       dirty \
+       breakpoint \
        csr \
        mcsr \
        illegal \
        ma_fetch \
        ma_addr \
        scall \
-       wfi \
        sbreak \
 
-rv64mi_mc_tests = \
-       ipi \
-
 rv64mi_p_tests = $(addprefix rv64mi-p-, $(rv64mi_sc_tests))
 
 spike_tests += $(rv64mi_p_tests)