Home
last modified time | relevance | path

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

/Zephyr-4.3.0/tests/ztest/zexpect/src/
Dmain.c181 zexpect_str_equal(s1, s2); in ZTEST()
190 zexpect_str_equal(s1, s2); in ZTEST()
/Zephyr-4.3.0/subsys/testsuite/ztest/include/zephyr/
Dztest_assert.h731 #define zexpect_str_equal(s1, s2, ...) \ macro
/Zephyr-4.3.0/tests/lib/devicetree/api/src/
Dmain.c3915 zexpect_str_equal(DT_NODE_PATH(DT_NVMEM_CELL_BY_IDX(DT_NODELABEL(test_nvmem_consumer), 0)), in ZTEST()
3917 zexpect_str_equal(DT_NODE_PATH(DT_NVMEM_CELL_BY_IDX(DT_NODELABEL(test_nvmem_consumer), 1)), in ZTEST()
3920 zexpect_str_equal( in ZTEST()
3923 zexpect_str_equal( in ZTEST()
3927 zexpect_str_equal(DT_NODE_PATH(DT_MTD_FROM_NVMEM_CELL( in ZTEST()
3946 zexpect_str_equal(DT_NODE_PATH(DT_INST_NVMEM_CELL_BY_IDX(0, 0)), in ZTEST()
3948 zexpect_str_equal(DT_NODE_PATH(DT_INST_NVMEM_CELL_BY_IDX(0, 1)), in ZTEST()
3951 zexpect_str_equal(DT_NODE_PATH(DT_INST_NVMEM_CELL_BY_NAME(0, cell0)), in ZTEST()
3953 zexpect_str_equal(DT_NODE_PATH(DT_INST_NVMEM_CELL_BY_NAME(0, cell10)), in ZTEST()
3956 zexpect_str_equal(DT_NODE_PATH(DT_MTD_FROM_NVMEM_CELL(DT_INST_NVMEM_CELL(0))), in ZTEST()