Move dirty bit test to rv64si directory
[riscv-tests.git] / isa / rv64si / Makefrag
index 87982c619d05152f8486f814c6102e9a355d488c..c0dbce8f418d8a3125f62ab34bb301c830f2bcbb 100644 (file)
@@ -4,13 +4,12 @@
 
 rv64si_sc_tests = \
        csr \
-       timer \
        dirty \
-
-rv64si_mc_tests = \
-       ipi \
+       ma_fetch \
+       scall \
+       wfi \
+       sbreak \
 
 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)