Home
last modified time | relevance | path

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

/Zephyr-latest/tests/cmake/overlays/soc_folder_overlay/src/
Dmain.c38 #define INCLUDED_SOC 1 macro
40 #define INCLUDED_SOC 0 macro
65 zassert_true(INCLUDED_SOC, "Expect soc overlay to be present"); in ZTEST()
77 zassert_false(INCLUDED_SOC, "Did not expect soc overlay to be present"); in ZTEST()
89 zassert_false(INCLUDED_SOC, "Did not expect soc overlay to be present"); in ZTEST()
/Zephyr-latest/tests/cmake/overlays/soc_folder_kconfig/src/
Dmain.c44 #define INCLUDED_SOC 1 macro
46 #define INCLUDED_SOC 0 macro
79 zassert_true(INCLUDED_SOC, "Expect soc config to be present"); in ZTEST()
94 zassert_false(INCLUDED_SOC, "Did not expect soc config to be present"); in ZTEST()
117 zassert_true(INCLUDED_SOC, "Expected soc config to be present"); in ZTEST()
131 zassert_false(INCLUDED_SOC, "Did not expect soc config to be present"); in ZTEST()