harfbuzz/test/threads/meson.build

14 lines
343 B
Meson
Raw Normal View History

2022-05-28 00:23:12 +02:00
test('hb-shape-threads', executable('hb-shape-threads', 'hb-shape-threads.cc',
dependencies: [
2022-05-28 01:32:32 +02:00
freetype_dep, thread_dep
2022-05-28 00:23:12 +02:00
],
cpp_args: [],
include_directories: [incconfig, incsrc],
link_with: [libharfbuzz],
install: false,
),
workdir: meson.current_source_dir() / '..' / '..',
2022-05-30 13:12:12 +02:00
timeout: 300,
2022-05-28 00:53:25 +02:00
suite: ['threads', 'slow'],
)