Skip to content
Snippets Groups Projects
Commit 4eaa99a6 authored by George Kiagiadakis's avatar George Kiagiadakis
Browse files

tests: collect common helpers in the 'common' directory

parent 32859356
No related branches found
No related tags found
No related merge requests found
File moved
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment