Imported Upstream version 8.2.2
[platform/upstream/harfbuzz.git] / test / threads / meson.build
1 test('shape_threads', executable('hb-shape-threads', 'hb-shape-threads.cc',
2   dependencies: [
3     freetype_dep, thread_dep
4   ],
5   cpp_args: [],
6   include_directories: [incconfig, incsrc],
7   link_with: [libharfbuzz],
8   install: false,
9   ),
10   workdir: meson.current_source_dir() / '..' / '..',
11   timeout: 300,
12   suite: ['threads', 'slow'],
13 )
14
15
16 test('subset_threads', executable('hb-subset-threads', 'hb-subset-threads.cc',
17   dependencies: [
18     thread_dep
19   ],
20   cpp_args: [],
21   include_directories: [incconfig, incsrc],
22   link_with: [libharfbuzz, libharfbuzz_subset],
23   install: false,
24   ),
25   workdir: meson.current_source_dir() / '..' / '..',
26   timeout: 300,
27   suite: ['threads', 'slow'],
28 )