tests: thrift: Remove 'newlib' from test identifiers
The Thrift module tests were under the "newlib" namespace, presumably because newlib was the default at the time of their introduction. Since newlib is no longer the default libc and Thrift is not being tested against multiple C libraries, this removes the libc type from the Thrift test identifiers. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
ff70e2f4c4
commit
871b558524
1 changed files with 3 additions and 3 deletions
|
@ -15,9 +15,9 @@ common:
|
|||
- qemu_riscv64
|
||||
- qemu_x86_64
|
||||
tests:
|
||||
thrift.ThriftTest.newlib.binaryProtocol: {}
|
||||
thrift.ThriftTest.newlib.compactProtocol:
|
||||
thrift.ThriftTest.binaryProtocol: {}
|
||||
thrift.ThriftTest.compactProtocol:
|
||||
extra_configs:
|
||||
- CONFIG_THRIFT_COMPACT_PROTOCOL=y
|
||||
thrift.ThriftTest.newlib.tlsTransport:
|
||||
thrift.ThriftTest.tlsTransport:
|
||||
extra_args: EXTRA_CONF_FILE="overlay-tls.conf"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue