Home
last modified time | relevance | path

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

/zcbor-latest/tests/unit/test1_unit_tests/src/
Dmain.c980 struct zcbor_string test_str6_empty = {hello, 0}; in ZTEST() local
988 zassert_true(zcbor_compare_strings(&test_str6_empty, &test_str8_empty), NULL); in ZTEST()
994 zassert_false(zcbor_compare_strings(&test_str6_empty, NULL), NULL); in ZTEST()