mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 13:35:06 +00:00
[threads] Add suite to test
This commit is contained in:
parent
87453f63fa
commit
049af18684
1 changed files with 3 additions and 1 deletions
|
@ -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'],
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue