zephyr/tests/lib
Joel Hirsbrunner 405c6718ed Devicetree: Devicetree Bindings: Add tests for new DT_ENUM_ macros
Test the new c-macros for dt enums. The new macros are already used in
the existing macros. As an example, DT_ENUM_IDX(node_id, prop) uses
DT_ENUM_IDX_BY_IDX(node_id, prop, 0) to get its result. However, this is
insufficient for testing the complete functionality of these macros.
Therefore, additional tests are added to make sure they work
appropriately for other indices besides 0.

Signed-off-by: Joel Hirsbrunner <jhirsbrunner@baumer.com>
2024-10-15 04:11:36 -04:00
..
acpi tests: source Zephyr before project() call 2024-08-05 16:27:09 +02:00
c_lib tests: rename intel_adsp_ace30.conf to intel_adsp_ace30_ptl.conf 2024-10-03 22:00:54 +01:00
cbprintf_fp tests/lib/cbprintf_fp: add hifive1.conf 2024-04-02 14:31:39 +01:00
cbprintf_package tests: lib: cbprintf_package: fix compiler warning 2024-09-23 18:10:30 -04:00
cmsis_dsp tests/lib/cmsis_dsp: Don't test on native_posix 2024-09-25 04:04:36 -04:00
cmsis_nn tests: lib: cmsis_nn: add missing filter dimension 2024-06-28 07:50:12 -04:00
cpp tests: lib: cpp: cxx: ignore nRF54H20 DK 0.8.0 2024-10-07 18:42:14 +02:00
devicetree Devicetree: Devicetree Bindings: Add tests for new DT_ENUM_ macros 2024-10-15 04:11:36 -04:00
fdtable fdtable: replace z_ prefix with zvfs_ for fdtable.h functions 2024-06-26 12:33:02 +02:00
gui/lvgl tests/lib/gui/lvgl: Don't test on native_posix 2024-09-25 04:04:36 -04:00
hash_function tests/lib/*: Switch integration platform to native_sim 2023-11-30 09:42:25 -05:00
hash_map tests/lib: Use hwmv2 native targets identifiers 2024-03-15 16:13:12 +01:00
heap boards: rename qemu_xtensa to qemu_xtensa/dc233c 2024-10-02 09:58:36 +02:00
heap_align hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
json json: support parsing and serializing 'uint64_t' 2024-10-05 14:04:48 -04:00
linear_range tests/lib/*: Switch integration platform to native_sim 2023-11-30 09:42:25 -05:00
lockfree tests: remove misnamed platforms from platform_exclude 2024-09-16 10:07:51 +02:00
math/interpolation tests: lib: interpolation: added 2024-08-29 16:12:36 -04:00
mem_alloc tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
mem_blocks arch: define struct arch_esf and deprecate z_arch_esf_t 2024-06-04 14:02:51 -05:00
mem_blocks_stats tests/lib/*: Switch integration platform to native_sim 2023-11-30 09:42:25 -05:00
mpsc_pbuf boards: rename qemu_xtensa to qemu_xtensa/dc233c 2024-10-02 09:58:36 +02:00
multi_heap tests: kernel: add test for k_realloc 2024-05-28 17:55:12 +02:00
net_buf tests: lib: net_buf: move network buffer tests to tests/lib/net_buf 2024-09-07 11:19:05 -05:00
newlib samples: tests: bluetooth: Add support for frdm_rw612 2024-06-10 07:02:06 -07:00
notify tests/lib/*: Switch integration platform to native_sim 2023-11-30 09:42:25 -05:00
onoff tests/lib/*: Switch integration platform to native_sim 2023-11-30 09:42:25 -05:00
p4workq tests: use appropriate sys_randX_get() 2024-04-05 10:57:45 -05:00
ringbuffer tests/lib: Use hwmv2 native targets identifiers 2024-03-15 16:13:12 +01:00
shared_multi_heap kernel: mm: rename z_phys_un/map to k_mem_*_phys_bare 2024-06-12 21:13:26 -04:00
smf Lib: SMF: Add test for stuck handled bit 2024-06-24 14:50:00 -04:00
sprintf test: Apply semantic patch file ztest_strcmp.cocci 2024-06-14 19:25:42 +02:00
spsc_pbuf tests: lib: spsc_pbuf: Do not run test with cache 2024-07-01 16:07:30 -04:00
sys_util include: sys: util: add note and test for NUM_VA_ARGS_LESS_1 2024-05-01 22:56:00 +01:00
time posix: timers: deprecate CONFIG_POSIX_CLOCK and TIMER 2024-06-04 16:27:12 -05:00