Searched refs:normal_path (Results 1 – 1 of 1) sorted by relevance
183 char *normal_path = hb_test_normalize_path (test_path); in hb_test_add_func() local184 g_test_add_func (normal_path, test_func); in hb_test_add_func()185 g_free (normal_path); in hb_test_add_func()205 char *normal_path = hb_test_normalize_path (test_path); in hb_test_add_data_func() local206 g_test_add_data_func (normal_path, test_data, test_func); in hb_test_add_data_func()207 g_free (normal_path); in hb_test_add_data_func()232 char *normal_path = hb_test_normalize_path (test_path); in hb_test_add_vtable() local233 g_test_add_vtable (normal_path, data_size, test_data, data_setup, data_test, data_teardown); in hb_test_add_vtable()234 g_free (normal_path); in hb_test_add_vtable()