[hb-shape-threads] Fix current-work-dir so test passes
This commit is contained in:
parent
f77faf8654
commit
87453f63fa
|
@ -6,4 +6,6 @@ test('hb-shape-threads', executable('hb-shape-threads', 'hb-shape-threads.cc',
|
|||
include_directories: [incconfig, incsrc],
|
||||
link_with: [libharfbuzz],
|
||||
install: false,
|
||||
), workdir: meson.current_source_dir() / '..', timeout: 100)
|
||||
),
|
||||
workdir: meson.current_source_dir() / '..' / '..',
|
||||
timeout: 100)
|
||||
|
|
Loading…
Reference in New Issue