Add missing rv32mi/rv32si tests
[riscv-tests.git] / isa / rv32si / wfi.S
diff --git a/isa/rv32si/wfi.S b/isa/rv32si/wfi.S
new file mode 100644 (file)
index 0000000..8bc9279
--- /dev/null
@@ -0,0 +1,7 @@
+# See LICENSE for license details.
+
+#include "riscv_test.h"
+#undef RVTEST_RV64S
+#define RVTEST_RV64S RVTEST_RV32S
+
+#include "../rv64si/wfi.S"