Skip to content

Commit

Permalink
test_description: Initial support for riscv64 unit tests
Browse files Browse the repository at this point in the history
Add test configuration for `unittests-gnu-riscv64`.

Signed-off-by: Tan En De <[email protected]>
  • Loading branch information
endeneer committed May 18, 2024
1 parent 90dab33 commit d06aff2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .buildkite/test_description.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@
"aarch64"
]
},
{
"test_name": "unittests-gnu",
"command": "cargo test --no-run --target=riscv64gc-unknown-linux-gnu --config target.riscv64gc-unknown-linux-gnu.linker=\\\"riscv64-linux-gnu-gcc\\\" && qemu.sh",
"platform": [
"riscv64"
]
},
{
"test_name": "unittests-musl",
"command": "cargo test --all-features --workspace --target {target_platform}-unknown-linux-musl",
Expand Down

0 comments on commit d06aff2

Please sign in to comment.