unity_run_test_by_name() function
Note: initialization of test_desc_t fields above has to be done exactly in the same order as the fields are declared in the structure. Otherwise the initializer will not be valid in C++ (which doesn't support designated initializers). G++ can parse the syntax, but field names are treated as annotations and don't affect initialization order. Also make sure all the fields are initialized.
Syntax
void unity_run_test_by_name(const char *name);