- Update to 0.5.8: * Bump plugin ABI - Update to 0.5.7: * Split sandbox functionality into separate zathura-sandbox binary * Split off new command bjump from blist * Add initial landlock support to sandbox * Fix repeated search * Implement jumplist command * Fix issues with document with multiple page sizes * Various fixes and improvements OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/zathura?expand=0&rev=50
24 lines
737 B
Diff
24 lines
737 B
Diff
tests/meson.build | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/tests/meson.build b/tests/meson.build
|
|
index d2df447..f7c3e85 100644
|
|
--- a/tests/meson.build
|
|
+++ b/tests/meson.build
|
|
@@ -66,6 +66,7 @@ if get_option('tests').allowed()
|
|
test('session', xvfb,
|
|
args: xvfb_args + [session],
|
|
timeout: 60*60,
|
|
+ is_parallel: false,
|
|
protocol: 'tap',
|
|
env: [
|
|
'G_TEST_SRCDIR=@0@'.format(meson.current_source_dir()),
|
|
@@ -86,6 +87,7 @@ if get_option('tests').allowed()
|
|
test('sandbox', xvfb,
|
|
args: xvfb_args + [sandbox],
|
|
timeout: 60*60,
|
|
+ is_parallel: false,
|
|
protocol: 'tap',
|
|
env: [
|
|
'G_TEST_SRCDIR=@0@'.format(meson.current_source_dir()),
|