summaryrefslogtreecommitdiffstats
path: root/meta-pipewire/recipes-multimedia/pipewire/pipewire/0009-Revert-test-add-test-for-the-loop.patch
blob: 6628c5c3429bebf5296d08c7b19a44a1b280a9db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
From bf29285fb6e534b754a3b0c7b33d2a0ed3b98b79 Mon Sep 17 00:00:00 2001
From: Ashok Sidipotu <ashok.sidipotu@collabora.com>
Date: Thu, 24 Feb 2022 16:13:54 +0530
Subject: [PATCH 09/12] Revert "test: add test for the loop"

This reverts commit 5ac5ebfe19618f303c2bb4f0f9295baba0299961.
---
 test/meson.build | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/test/meson.build b/test/meson.build
index 4108ac14b..87e211431 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -71,14 +71,6 @@ test('test-client',
                link_with: pwtest_lib)
 )
 
-test('test-loop',
-    executable('test-loop',
-               'test-loop.c',
-               include_directories: pwtest_inc,
-               dependencies: [ spa_dep ],
-               link_with: pwtest_lib)
-)
-
 test('test-context',
     executable('test-context',
                'test-context.c',
-- 
2.35.1