mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-10 18:41:21 +00:00
15 lines
364 B
C
15 lines
364 B
C
|
/*
|
||
|
* Copyright (C) 2018 Purism SPC
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-3.0+
|
||
|
*/
|
||
|
|
||
|
#include "calls-dummy-provider.h"
|
||
|
|
||
|
typedef struct {
|
||
|
CallsDummyProvider *dummy_provider;
|
||
|
} ProviderFixture;
|
||
|
|
||
|
void test_dummy_provider_set_up (ProviderFixture *fixture, gconstpointer user_data);
|
||
|
void test_dummy_provider_tear_down (ProviderFixture *fixture, gconstpointer user_data);
|