aboutsummaryrefslogtreecommitdiffstats
path: root/community/rofi/scrollbar-test.patch
blob: cb480a7bcec1ad1b06b3bd319d2fb8fc46cc174f (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
diff --git a/meson.build b/meson.build
index db764c7..c1d29e9 100644
--- a/meson.build
+++ b/meson.build
@@ -328,22 +328,6 @@ test('box test', executable('box.test', [
     dependencies: deps,
 ))
 
-test('scrollbar test', executable('scrollbar.test', [
-        'test/scrollbar-test.c',
-        theme_parser,
-        theme_lexer,
-    ],
-    objects: rofi.extract_objects([
-        'source/widgets/widget.c',
-        'source/widgets/scrollbar.c',
-        'source/theme.c',
-        'source/rofi-types.c',
-        'source/css-colors.c',
-        'config/config.c',
-    ]),
-    dependencies: deps,
-))
-
 test('textbox test', executable('textbox.test', [
         'test/textbox-test.c',
         theme_parser,