[threads] Add suite to test

pull/3613/head
Behdad Esfahbod 3 years ago
parent 87453f63fa
commit 049af18684
  1. 4
      test/threads/meson.build

@ -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…
Cancel
Save