Searched refs:normal_path (Results 1 – 1 of 1) sorted by relevance
193 char *normal_path = hb_test_normalize_path (test_path); in hb_test_add_func() local194 g_test_add_func (normal_path, test_func); in hb_test_add_func()195 g_free (normal_path); in hb_test_add_func()215 char *normal_path = hb_test_normalize_path (test_path); in hb_test_add_data_func() local216 g_test_add_data_func (normal_path, test_data, test_func); in hb_test_add_data_func()217 g_free (normal_path); in hb_test_add_data_func()242 char *normal_path = hb_test_normalize_path (test_path); in hb_test_add_vtable() local243 g_test_add_vtable (normal_path, data_size, test_data, data_setup, data_test, data_teardown); in hb_test_add_vtable()244 g_free (normal_path); in hb_test_add_vtable()