tests: Add tests for Origin and Calls

This commit is contained in:
Bob Ham
2018-06-13 14:38:51 +01:00
parent 58c3820f29
commit b727916bc8
12 changed files with 386 additions and 91 deletions

14
tests/setup-provider.h Normal file
View File

@@ -0,0 +1,14 @@
/*
* 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);