Skip to content

Commit bab4b8e

Browse files
committed
CI: Add Zba, Zbb, Zbc, and Zbs tests to CI pipeline
Add tests for the Zba, Zbb, Zbc, and Zbs extensions to the CI pipeline, ensuring that these extensions are validated automatically during continuous integration.
1 parent 171b3b3 commit bab4b8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/riscv-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ make ENABLE_EXT_M=1 ENABLE_EXT_A=1 ENABLE_EXT_F=1 ENABLE_EXT_C=1 \
1919
ENABLE_Zicsr=1 ENABLE_Zifencei=1 ENABLE_FULL4G=1
2020
make arch-test RISCV_DEVICE=IMAFCZicsrZifencei || exit 1
2121
make arch-test RISCV_DEVICE=FCZicsr || exit 1
22+
make arch-test RISCV_DEVICE=IMZbaZbbZbcZbs || exit 1

0 commit comments

Comments
 (0)