[threads] Add suite to test

This commit is contained in:
Behdad Esfahbod 2022-05-27 16:53:25 -06:00
parent 87453f63fa
commit 049af18684
1 changed files with 3 additions and 1 deletions

View File

@ -8,4 +8,6 @@ test('hb-shape-threads', executable('hb-shape-threads', 'hb-shape-threads.cc',
install: false,
),
workdir: meson.current_source_dir() / '..' / '..',
timeout: 100)
timeout: 100,
suite: ['threads', 'slow'],
)