Home
last modified time | relevance | path

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

/zcbor-latest/tests/unit/test1_unit_tests/src/
Dmain.c975 struct zcbor_string test_str1_hello = {hello, 5}; in ZTEST() local
985 zassert_true(zcbor_compare_strings(&test_str1_hello, &test_str1_hello), NULL); in ZTEST()
986 zassert_true(zcbor_compare_strings(&test_str1_hello, &test_str7_hello2), NULL); in ZTEST()
992 zassert_false(zcbor_compare_strings(&test_str1_hello, NULL), NULL); in ZTEST()
995 zassert_false(zcbor_compare_strings(&test_str1_hello, &test_str9_NULL), NULL); in ZTEST()