[threads] Add suite to test
This commit is contained in:
parent
87453f63fa
commit
049af18684
|
@ -8,4 +8,6 @@ test('hb-shape-threads', executable('hb-shape-threads', 'hb-shape-threads.cc',
|
||||||
install: false,
|
install: false,
|
||||||
),
|
),
|
||||||
workdir: meson.current_source_dir() / '..' / '..',
|
workdir: meson.current_source_dir() / '..' / '..',
|
||||||
timeout: 100)
|
timeout: 100,
|
||||||
|
suite: ['threads', 'slow'],
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in New Issue