diff --git a/src/meson.build b/src/meson.build index 612a3fc47..3d50edd54 100644 --- a/src/meson.build +++ b/src/meson.build @@ -307,6 +307,7 @@ if shell.found() foreach test_script: test_scripts test(test_script, shell, args: [test_script], + suite: ['fast', 'lint'], workdir: meson.current_source_dir()) endforeach @@ -316,6 +317,7 @@ if shell.found() test('check-plt.sh', shell, args: ['check-plt.sh', libcairo ], env: env, + suite: ['fast', 'plt'], workdir: meson.current_source_dir()) endif diff --git a/test/meson.build b/test/meson.build index bc1547494..47d590690 100644 --- a/test/meson.build +++ b/test/meson.build @@ -648,5 +648,6 @@ env.set('srcdir', meson.current_source_dir()) test('cairo', exe, timeout: 60 * 60, env: env, + suite: ['cairo-test-suite', 'slow'], workdir: meson.current_build_dir(), depends: test_depends)