mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 06:38:01 +02:00
tests: collect common helpers in the 'common' directory
This commit is contained in:
parent
32859356e8
commit
4eaa99a698
7 changed files with 6 additions and 6 deletions
|
|
@ -11,7 +11,7 @@
|
|||
#include <wp/wp.h>
|
||||
|
||||
#include "config-endpoint/endpoint-audiotestsrc.h"
|
||||
#include "../wp/test-server.h"
|
||||
#include "../common/test-server.h"
|
||||
#include "../../modules/module-config-endpoint/context.h"
|
||||
|
||||
typedef struct {
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
#include <wp/wp.h>
|
||||
|
||||
#include "config-policy/context.h"
|
||||
#include "../wp/test-server.h"
|
||||
#include "../common/test-server.h"
|
||||
|
||||
typedef struct {
|
||||
WpTestServer server;
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
#include <wp/wp.h>
|
||||
|
||||
#include "../wp/test-server.h"
|
||||
#include "../common/test-server.h"
|
||||
#include "../../modules/module-config-static-nodes/context.h"
|
||||
|
||||
typedef struct {
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
#include <pipewire/pipewire.h>
|
||||
#include <pipewire/extensions/session-manager.h>
|
||||
|
||||
#include "test-server.h"
|
||||
#include "../common/test-server.h"
|
||||
|
||||
struct _TestSiEndpoint
|
||||
{
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
#include <pipewire/pipewire.h>
|
||||
#include <spa/pod/iter.h>
|
||||
|
||||
#include "test-server.h"
|
||||
#include "../common/test-server.h"
|
||||
|
||||
typedef struct {
|
||||
/* the local pipewire server */
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
#include <pipewire/pipewire.h>
|
||||
#include <pipewire/extensions/session-manager.h>
|
||||
|
||||
#include "test-server.h"
|
||||
#include "../common/test-server.h"
|
||||
|
||||
typedef struct {
|
||||
/* the local pipewire server */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue