Home
last modified time | relevance | path

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

/third_party/weston/tools/zunitc/inc/zunitc/
Dzunitc.h82 void (*tear_down_test_case)(void *data); member
/third_party/weston/tools/zunitc/test/
Dzunitc_test.c214 .tear_down_test_case = complex_test_tear_down_case
/third_party/weston/tools/zunitc/src/
Dzunitc_impl.c1221 if (fxt && fxt->tear_down_test_case) in run_single_case()
1222 fxt->tear_down_test_case(case_data); in run_single_case()