Make WFI test more strict
[riscv-tests.git] / isa / rv32si / Makefrag
index 7ffc0607eb932410c7037e912f95cb7aa18fad4b..dea3ecf4b28347a521c985b92a7854033a47a958 100644 (file)
@@ -4,12 +4,10 @@
 
 rv32si_sc_tests = \
        csr \
-       shamt \
-
-rv32si_mc_tests = \
-       ipi \
+       ma_fetch \
+       scall \
+       sbreak \
 
 rv32si_p_tests = $(addprefix rv32si-p-, $(rv32si_sc_tests))
-rv32si_pm_tests = $(addprefix rv32si-pm-, $(rv32si_mc_tests))
 
-spike_tests += $(rv32si_p_tests) $(rv32si_pm_tests)
+spike32_tests += $(rv32si_p_tests)