Home
last modified time | relevance | path

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

/u-boot/test/
A Dbloblist.c37 static const char test2_str[] = "the mouth moves"; variable
420 strcpy(blob2, test2_str); in bloblist_test_grow()
439 ut_asserteq_str(test2_str, blob2); in bloblist_test_grow()
471 strcpy(blob2, test2_str); in bloblist_test_shrink()
489 ut_asserteq_str(test2_str, blob2); in bloblist_test_shrink()

Completed in 6 milliseconds