zephyr/tests/unit/util
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
..
CMakeLists.txt testsuite: fix unittest cross-language flags 2020-08-31 11:02:35 -04:00
main.c tests/unit/util: refactor to test in both C and C++ language environments 2020-08-12 16:39:37 -05:00
maincxx.cxx tests/unit/util: refactor to test in both C and C++ language environments 2020-08-12 16:39:37 -05:00
test.inc sys: util: improve IS_EMPTY() implementation 2021-11-11 09:31:57 -05:00
testcase.yaml