Lines Matching +full:- +full:- +full:workdir
1 google_benchmark = subproject('google-benchmark')
4 benchmark('benchmark-font', executable('benchmark-font', 'benchmark-font.cc',
12 ), workdir: meson.current_source_dir() / '..', timeout: 100)
14 benchmark('benchmark-map', executable('benchmark-map', 'benchmark-map.cc',
22 ), workdir: meson.current_source_dir() / '..', timeout: 100)
24 benchmark('benchmark-ot', executable('benchmark-ot', 'benchmark-ot.cc',
32 ), workdir: meson.current_source_dir() / '..', timeout: 100)
34 benchmark('benchmark-set', executable('benchmark-set', 'benchmark-set.cc',
42 ), workdir: meson.current_source_dir() / '..', timeout: 100)
44 benchmark('benchmark-shape', executable('benchmark-shape', 'benchmark-shape.cc',
52 ), workdir: meson.current_source_dir() / '..', timeout: 100)
54 benchmark('benchmark-subset', executable('benchmark-subset', 'benchmark-subset.cc',
62 ), workdir: meson.current_source_dir() / '..', timeout: 100)