It is needed for fs.read()
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
c_args : ['-DTEST_PROGRAM'],
)
# the test-setup expects the helpers in the toplevel build-directory
- link = meson.build_root() / test_name
+ link = meson.project_build_root() / test_name
run_command('ln', '-srf', exe.full_path(), link,
check : true)
endforeach
project('util-linux', 'c',
version : run_command('tools/git-version-gen', check: true).stdout(),
- meson_version: '>=0.53.0',
+ meson_version: '>=0.57.0',
license : 'GPLv2+')
pkgconfig = import('pkgconfig')
'''asan=@0@
PYTHON=@1@
'''.format(get_option('b_sanitize')=='address' ? 'yes' : '',
- python.path())])
+ python.full_path())])
run_sh = find_program('tests/run.sh')
run_target(