index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
unit
/
100 relative find program
/
subdir
/
meson.build
blob: 475f5f51c1797f17c1cfdb54d8681774a9902747 (
plain
)
1
2
prog
=
find_program
(
'./foo.py'
,
required
:
false
)
assert
(
not
prog
.
found
())