libvirt/scripts/rpcgen/meson.build

17 lines
315 B
Meson
Raw Normal View History

subdir('rpcgen')
if pytest_prog.found()
subdir('tests')
test(
'rpcgen-pytest',
python3_prog,
args: [ '-mpytest' ] + rpcgen_tests,
env: runutf8,
workdir: meson.current_source_dir(),
)
endif
rpcgen_prog = find_program('main.py')
rpcgen_src += files(['main.py'])