Skip to content

Commit

Permalink
CI: Add RV32E test to CI pipeline
Browse files Browse the repository at this point in the history
Add testing for the RV32E extension to the CI pipeline to ensure automatic
validation during continuous integration.
  • Loading branch information
eleanorLYJ committed Jan 23, 2025
1 parent 25872d5 commit e83fefe
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 @@ -22,3 +22,4 @@ make ENABLE_EXT_M=1 ENABLE_EXT_A=1 ENABLE_EXT_F=1 ENABLE_EXT_C=1 \
make arch-test RISCV_DEVICE=IMAFCZicsrZifencei $PARALLEL || exit 1
make arch-test RISCV_DEVICE=FCZicsr $PARALLEL || exit 1
make arch-test RISCV_DEVICE=IMZbaZbbZbcZbs $PARALLEL || exit 1
make distclean && make arch-test RISCV_DEVICE=E $PARALLEL || exit 1

0 comments on commit e83fefe

Please sign in to comment.