Skip to content

Commit

Permalink
samples + tests: re-enable additional integration targets
Browse files Browse the repository at this point in the history
Previously, there was an issue in the Zephyr SDK that prevented
some targets from building properly. However, we do want to
ensure that we have coverage for at least arm, aarch64, riscv,
riscv64, x86, and x86_64, so re-enable those targets here.

Signed-off-by: Christopher Friedt <[email protected]>
  • Loading branch information
cfriedt committed Dec 24, 2022
1 parent ffb53c4 commit 05b64b5
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions samples/lib/thrift/hello_client/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ common:
arch_exclude: arc xtensa
integration_platforms:
- mps2_an385
- qemu_cortex_a53
- qemu_riscv32
- qemu_riscv64_smp
- qemu_x86
- qemu_x86_64
tests:
thrift.ThriftTest.newlib.binaryProtocol:
Expand Down
4 changes: 4 additions & 0 deletions samples/lib/thrift/hello_server/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ common:
arch_exclude: arc xtensa
integration_platforms:
- mps2_an385
- qemu_cortex_a53
- qemu_riscv32
- qemu_riscv64_smp
- qemu_x86
- qemu_x86_64
tests:
thrift.ThriftTest.newlib.binaryProtocol:
Expand Down
4 changes: 4 additions & 0 deletions tests/lib/thrift/ThriftTest/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ common:
integration_platforms:
- mps2_an385
- qemu_cortex_a53
- qemu_riscv32
- qemu_riscv64_smp
- qemu_x86
- qemu_x86_64
tests:
thrift.ThriftTest.newlib.binaryProtocol:
tags: newlib
Expand Down
4 changes: 4 additions & 0 deletions tests/lib/thrift/hello/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ common:
integration_platforms:
- mps2_an385
- qemu_cortex_a53
- qemu_riscv32
- qemu_riscv64_smp
- qemu_x86
- qemu_x86_64
tests:
thrift.hello.newlib:
tags: newlib
Expand Down
4 changes: 4 additions & 0 deletions tests/lib/thrift/muzic/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ common:
integration_platforms:
- mps2_an385
- qemu_cortex_a53
- qemu_riscv32
- qemu_riscv64_smp
- qemu_x86
- qemu_x86_64
tests:
muzic.newlib:
tags: newlib
Expand Down

0 comments on commit 05b64b5

Please sign in to comment.