Add basic WFI test
[riscv-tests.git] / isa / rv64si / Makefrag
index f40a56f58b48bc86de5c95fe4b1bfe231525ec95..17596c3b900065bf844db50a725568381268a420 100644 (file)
@@ -3,14 +3,15 @@
 #-----------------------------------------------------------------------
 
 rv64si_sc_tests = \
-       coreid \
        csr \
+       illegal \
+       ma_fetch \
+       ma_addr \
+       scall \
+       wfi \
+       sbreak \
        timer \
 
-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)