Home
last modified time | relevance | path

Searched refs:CONSTRUCTOR_VALUE (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/tests/kernel/common/src/
Dconstructor.c23 #define CONSTRUCTOR_VALUE 1 macro
29 constructor_value = CONSTRUCTOR_VALUE; in __constructor_init()
34 zassert_equal(constructor_value, CONSTRUCTOR_VALUE, in ZTEST()