Home | History | Annotate | Download | only in api

Lines Matching refs:test_path

163 hb_test_add_func (const char *test_path,
166 char *normal_path = hb_test_normalize_path (test_path);
173 hb_test_add_func_flavor (const char *test_path,
177 char *path = g_strdup_printf ("%s/%s", test_path, flavor);
184 hb_test_add_data_func (const char *test_path,
188 char *normal_path = hb_test_normalize_path (test_path);
195 hb_test_add_data_func_flavor (const char *test_path,
200 char *path = g_strdup_printf ("%s/%s", test_path, flavor);
208 hb_test_add_vtable (const char *test_path,
215 char *normal_path = hb_test_normalize_path (test_path);
235 hb_test_add_vtable_flavor (const char *test_path,
243 char *path = g_strdup_printf ("%s/%s", test_path, flavor);