1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 10:45:15 +03:00
aports/community/rofi/scrollbar-test.patch
2022-08-25 17:39:20 +00:00

31 lines
806 B
Diff

Subject: the test fails on x86
diff --git a/meson.build b/meson.build
index d260032..3df0596 100644
--- a/meson.build
+++ b/meson.build
@@ -363,24 +363,6 @@ test('box test', executable('box.test', [
dependencies: deps,
))
-test('scrollbar test', executable('scrollbar.test', [
- 'test/scrollbar-test.c',
- theme_parser,
- theme_lexer,
- default_theme,
- ],
- objects: rofi.extract_objects([
- 'source/widgets/widget.c',
- 'source/widgets/scrollbar.c',
- 'source/theme.c',
- 'source/css-colors.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,