zephyr/tests/unit
Nicolas Pitre e3144ca68a sys: util: improve IS_EMPTY() implementation
The current implementation relies on preprocessor concatenation to
work. This makes it incompatible with any content which expansion
is not a valid preprocessor token such as strings, pointers, etc.
and therefore limits its usefulness. Replace it with an implementation
that can cope with all cases.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2021-11-11 09:31:57 -05:00
..
base64
cbprintf lib/os/cbprintf_nano.c: avoid sign extension on unsigned formats 2021-09-02 19:37:06 -04:00
crc crc: Add Test for crc32c implementation 2021-03-02 14:08:30 +01:00
intmath
list kernel: dlist: add test cases to cover APIs 2021-01-15 11:42:48 -05:00
math_extras
net_timeout tests: correct some testsuite name 2021-11-09 15:51:44 -05:00
rbtree kernel: rbtree: test rbtree minmax api 2021-03-18 11:53:44 -04:00
timeutil tests: timeutil: test large linearity 2021-08-08 08:18:23 -04:00
util sys: util: improve IS_EMPTY() implementation 2021-11-11 09:31:57 -05:00