zephyr/tests/net/lib
Huifeng Zhang 662a14a25e tests: net: lib: lwm2m: fix the missing float support
The tests `content_json` and `content_plain_test` depend on the float
support of libc. After PR##57340, Picolibc would be selected in
these two tests and the `PICOLIBC_IO_FLOAT` won't be selected if
the platform doesn't select `FPU`.

This commit select `CONFIG_PICOLIBC` and `CONFIG_PICOLIBC_IO_FLOAT`
for these two tests.

Signed-off-by: Huifeng Zhang <Huifeng.Zhang@arm.com>
2023-09-11 16:58:10 -04:00
..
coap tests: net: lib: coap: test coap_packet_set_path 2023-08-25 13:15:12 +02:00
coap_client tests: coap_client: Zero-initialize address structures 2023-07-18 16:22:10 +02:00
dns_addremove samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
dns_packet tests: net: renames shadow variables 2023-08-10 08:14:43 +00:00
dns_resolve samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
dns_sd samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
http_header_fields samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
http_server/common iterable_sections: move to specific header 2023-05-22 10:42:30 +02:00
lwm2m tests: net: lib: lwm2m: fix the missing float support 2023-09-11 16:58:10 -04:00
mqtt_packet samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
mqtt_publisher samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
mqtt_pubsub samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
mqtt_sn_client tests: net: renames shadow variables 2023-08-10 08:14:43 +00:00
mqtt_sn_packet samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
mqtt_subscriber samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
tls_credentials samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00