Searched refs:normal_path (Results 1 – 1 of 1) sorted by relevance
166 char *normal_path = hb_test_normalize_path (test_path); in hb_test_add_func() local167 g_test_add_func (normal_path, test_func); in hb_test_add_func()168 g_free (normal_path); in hb_test_add_func()188 char *normal_path = hb_test_normalize_path (test_path); in hb_test_add_data_func() local189 g_test_add_data_func (normal_path, test_data, test_func); in hb_test_add_data_func()190 g_free (normal_path); in hb_test_add_data_func()215 char *normal_path = hb_test_normalize_path (test_path); in hb_test_add_vtable() local216 g_test_add_vtable (normal_path, data_size, test_data, data_setup, data_test, data_teardown); in hb_test_add_vtable()217 g_free (normal_path); in hb_test_add_vtable()