Sign in
qemu
/
meson
/
910db36e3851f384b4aa2bfb834af92f88b61d77
/
.
/
test cases
/
unit
/
100 relative find program
/
subdir
/
meson.build
blob: 475f5f51c1797f17c1cfdb54d8681774a9902747 [
file
] [
log
] [
blame
]
prog
=
find_program
(
'./foo.py'
,
required
:
false
)
assert
(
not
prog
.
found
())