From 53f6b5fada7d88b7671542cab0fcca4759d80563 Mon Sep 17 00:00:00 2001 From: Kip Macsai-Goren Date: Wed, 20 Apr 2022 17:33:56 +0000 Subject: [PATCH] added 32 bit tests to makefrag --- .../rv32i_m/privilege/Makefrag | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/tests/wally-riscv-arch-test/riscv-test-suite/rv32i_m/privilege/Makefrag b/tests/wally-riscv-arch-test/riscv-test-suite/rv32i_m/privilege/Makefrag index a4da7afc..3bc4b4e1 100644 --- a/tests/wally-riscv-arch-test/riscv-test-suite/rv32i_m/privilege/Makefrag +++ b/tests/wally-riscv-arch-test/riscv-test-suite/rv32i_m/privilege/Makefrag @@ -34,12 +34,22 @@ rv32i_sc_tests = \ WALLY-CSR-permission-u-01 \ WALLY-minfo-01 \ WALLY-misa-01 \ - WALLY-scratch-01 \ - WALLY-sscratch-s-01 \ WALLY-AMO \ - WALLY-LRSC + WALLY-LRSC \ + # WALLY-scratch-01 \ + # WALLY-sscratch-s-01 \ -target_tests_nosim = WALLY-PMA \ +target_tests_nosim = \ + WALLY-PMA \ + WALLY-mtvec-01 \ + WALLY-stvec-01 \ + WALLY-MIE-01 \ + WALLY-PIE-stack-01 \ + WALLY-PIE-stack-s-01 \ + WALLY-trap-sret-01 \ + WALLY-trap-01 \ + WALLY-trap-s-01 \ + WALLY-trap-u-01 \ rv32i_tests = $(addsuffix .elf, $(rv32i_sc_tests))