Sign in
qemu
/
meson
/
refs/heads/tingping/test-gir-program
/
.
/
test cases
/
python3
/
1 basic
/
meson.build
blob: badd3e58c40f893272b70722d52123b83383c6da [
file
]
project
(
'python sample'
,
'c'
)
py3
=
find_program
(
'python3'
)
main
=
files
(
'prog.py'
)
test
(
'toplevel'
,
py3
,
args
:
main
)
subdir
(
'subdir'
)