mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-10 02:21:18 +00:00
11ba83c16e
This will prove beneficial when we also add tests for the policy engine plugins. The increased locality is also nice to have.
12 lines
425 B
C
12 lines
425 B
C
/*
|
|
* Copyright (C) 2018 Purism SPC
|
|
*
|
|
* SPDX-License-Identifier: GPL-3.0+
|
|
*/
|
|
|
|
|
|
#define add_calls_test(Object,object,name) \
|
|
g_test_add ("/Calls/" #Object "/" #name, Object##Fixture, NULL, \
|
|
test_dummy_##object##_set_up, \
|
|
test_dummy_##object##_##name, \
|
|
test_dummy_##object##_tear_down)
|