Add HW breakpoint test
[riscv-tests.git] / isa / rv64mi / Makefrag
index b8b1da014f3e0e1ce4f1a8f72d9460b422589f5f..4ae8733927ae679d009805b3d345702129196386 100644 (file)
@@ -3,6 +3,7 @@
 #-----------------------------------------------------------------------
 
 rv64mi_sc_tests = \
+       breakpoint \
        dirty \
        csr \
        mcsr \
@@ -10,14 +11,11 @@ rv64mi_sc_tests = \
        ma_fetch \
        ma_addr \
        scall \
-       wfi \
        sbreak \
-       timer \
 
 rv64mi_mc_tests = \
        ipi \
 
 rv64mi_p_tests = $(addprefix rv64mi-p-, $(rv64mi_sc_tests))
-rv64mi_pm_tests = $(addprefix rv64mi-pm-, $(rv64mi_mc_tests))
 
-spike_tests += $(rv64mi_p_tests) $(rv64mi_pm_tests)
+spike_tests += $(rv64mi_p_tests)