Home
last modified time | relevance | path

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

/Zephyr-latest/tests/cmake/overlays/soc_folder_kconfig/src/
Dmain.c38 #define INCLUDED_BOARD_OTHER 1 macro
40 #define INCLUDED_BOARD_OTHER 0 macro
78 zassert_false(INCLUDED_BOARD_OTHER, "Did not expect board other config to be present"); in ZTEST()
93 zassert_false(INCLUDED_BOARD_OTHER, "Did not expect board other config to be present"); in ZTEST()
116 zassert_true(INCLUDED_BOARD_OTHER, "Expected board other config to be present"); in ZTEST()
130 zassert_true(INCLUDED_BOARD_OTHER, "Expected board other config to be present"); in ZTEST()