Home
last modified time | relevance | path

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

/examples/utest/testcases/kernel/
A Dobject_tc.c230 int found_count = 0; in test_object_info_enumeration() local
234 if (objects[i] == &static_objs[j]) found_count++; in test_object_info_enumeration()
236 if (objects[i] == dyn_objs[j]) found_count++; in test_object_info_enumeration()
238 uassert_int_equal(found_count, 5); in test_object_info_enumeration()

Completed in 3 milliseconds