zephyr/tests
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
..
application_development tests: code_relocation: update test filters 2023-09-11 19:57:18 +02:00
arch test: arch: x86: update with new acpica interface 2023-09-07 09:42:38 +02:00
benchmarks kernel: Modify the signature of k_mem_slab_free() 2023-09-03 18:20:59 -04:00
bluetooth bluetooth: tester: MICS Server tests 2023-09-11 16:57:12 -04:00
boards soc: xtensa: espressif_esp32: add SPIRAM heap offset and size 2023-08-22 14:44:16 +02:00
boot test: arch: x86: update with new acpica interface 2023-09-07 09:42:38 +02:00
bsim tests: Bluetooth: split id_addr_update test 2023-09-11 19:58:16 +02:00
cmake cmake: Fix scope pollution in zephyr_get(... MERGE) 2023-08-16 15:01:57 +02:00
crypto
drivers tests: drivers: build_all: can: add compile test for the tcan4x5x driver 2023-09-11 19:55:44 +02:00
kernel kernel: spinlock: k_spin_is_locked introduction 2023-09-07 14:26:55 +02:00
lib boards: m5stack_core2: Exclude board from device tree test 2023-09-11 11:06:36 +02:00
misc tests: misc: check_init_priorities: update output 2023-09-05 10:05:50 +02:00
modules/uoscore tests: uoscore-uedhoc: add tag to match module name 2023-08-28 13:37:39 -04:00
net tests: net: lib: lwm2m: fix the missing float support 2023-09-11 16:58:10 -04:00
posix posix: clock_nanosleep tests 2023-08-30 13:02:58 -07:00
robot
subsys canbus: isotp: use flags for configuration in isotp_msg_id 2023-09-07 09:43:56 +02:00
unit tests: crc: fix crc library location 2023-08-20 19:08:24 +01:00
ztest tests: ztest: zexpect: include source file directly in main.cpp 2023-08-28 13:36:08 -04:00
test_config.yaml