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
16
plugins/provider/tests/setup-call.h
Normal file
16
plugins/provider/tests/setup-call.h
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* Copyright (C) 2018 Purism SPC
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0+
|
||||
*/
|
||||
|
||||
#include "setup-origin.h"
|
||||
#include "calls-dummy-call.h"
|
||||
|
||||
typedef struct {
|
||||
OriginFixture parent;
|
||||
CallsDummyCall *dummy_call;
|
||||
} CallFixture;
|
||||
|
||||
void test_dummy_call_set_up (CallFixture *fixture, gconstpointer user_data);
|
||||
void test_dummy_call_tear_down (CallFixture *fixture, gconstpointer user_data);
|
||||
Reference in New Issue
Block a user