Move plugin specific tests into dedicated directory
This will prove beneficial when we also add tests for the policy engine plugins. The increased locality is also nice to have.
This commit is contained in:
committed by
Guido Günther
parent
86a8f3ae22
commit
11ba83c16e
14
plugins/provider/tests/setup-provider.h
Normal file
14
plugins/provider/tests/setup-provider.h
Normal 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);
|
||||
Reference in New Issue
Block a user