meson: look for atf-sh (closes #160)

pull/164/head
William Pitcock 2017-12-07 12:34:06 -06:00
parent f1e5014921
commit 0d6cad31fa
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ pkgconf_exe = executable('pkgconf',
kyua_exe = find_program('kyua')
atf_sh_exe = find_program('atf-sh')
test('kyua', kyua_exe, args : ['--config=none', 'test', '--kyuafile=' + join_paths(meson.build_root(), 'Kyuafile'), '--build-root=' + meson.build_root()])