Skip to content

Commit

Permalink
Reinstate rv32fc test suite
Browse files Browse the repository at this point in the history
Fix the accidental removal of the rv32fc test suite from the
architectural tests. It ensures comprehensive testing by adding it
back.

Fixes: 432caa9 ("CI: Prevent duplicate execution of architectural test suites")
  • Loading branch information
visitorckw committed May 5, 2024
1 parent 6d45959 commit 1914ff2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/riscv-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ export PATH=`pwd`/toolchain/riscv/bin:$PATH

make clean
make arch-test RISCV_DEVICE=IMAFCZicsrZifencei || exit 1
make arch-test RISCV_DEVICE=FCZicsr || exit 1

0 comments on commit 1914ff2

Please # to comment.