Skip to content

Commit 79483f8

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 8547069 commit 79483f8

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)