Searched refs:testname_prefix (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-visitor-serialization.c | 1026 char testname_prefix[32]; in add_visitor_type() local 1031 sprintf(testname_prefix, "/visitor/serialization/%s", ops->type); in add_visitor_type() 1035 sprintf(testname, "%s/primitives/%s", testname_prefix, in add_visitor_type() 1046 sprintf(testname, "%s/struct", testname_prefix); in add_visitor_type() 1052 sprintf(testname, "%s/nested_struct", testname_prefix); in add_visitor_type() 1060 sprintf(testname, "%s/nested_struct_list", testname_prefix); in add_visitor_type() 1070 sprintf(testname, "%s/primitive_list/%s", testname_prefix, in add_visitor_type()
|