Dominique Leuenberger
089a6a391d
- Enable test suite on x86_64 (other arches seem too flaky for now): + Add %check section and call %meson_test + Add gdk-pixbuf-jpeg-slow.patch: allow pixbuf-jpeg to run for more than 30s, by marking it as a slow test (glgo#GNOME/gdk-pixbuf!174). - Migrate package to a regular obs_scm service, no longer password protecting a zip file. The originally reported bsc#1159337 seems no longer be applicable and we prefer the easier route. - Drop unzip BuildRequires and pre_checkin.sh script. OBS-URL: https://build.opensuse.org/request/show/1174646 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdk-pixbuf?expand=0&rev=206
14 lines
356 B
Diff
14 lines
356 B
Diff
diff --git a/tests/meson.build b/tests/meson.build
|
|
index 37810666..eff43cc3 100644
|
|
--- a/tests/meson.build
|
|
+++ b/tests/meson.build
|
|
@@ -81,7 +81,7 @@ installed_tests = {
|
|
'suites': ['io'],
|
|
},
|
|
'pixbuf-jpeg': {
|
|
- 'suites': ['format'],
|
|
+ 'suites': ['format', 'slow'],
|
|
'skip': not enabled_loaders.contains('jpeg'),
|
|
},
|
|
'pixbuf-dpi': {
|