1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00
aports/testing/rofi/scrollbar-test.patch
2019-06-30 19:20:20 -03:00

28 lines
720 B
Diff

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,