Add basic WFI test
[riscv-tests.git] / isa / rv64si / Makefrag
index 87982c619d05152f8486f814c6102e9a355d488c..17596c3b900065bf844db50a725568381268a420 100644 (file)
@@ -4,13 +4,14 @@
 
 rv64si_sc_tests = \
        csr \
+       illegal \
+       ma_fetch \
+       ma_addr \
+       scall \
+       wfi \
+       sbreak \
        timer \
-       dirty \
-
-rv64si_mc_tests = \
-       ipi \
 
 rv64si_p_tests = $(addprefix rv64si-p-, $(rv64si_sc_tests))
-rv64si_pm_tests = $(addprefix rv64si-pm-, $(rv64si_mc_tests))
 
-spike_tests += $(rv64si_p_tests) $(rv64si_pm_tests)
+spike_tests += $(rv64si_p_tests)