mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-07 21:17:55 +03:00
a12e13bdc3
Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
20 lines
356 B
Meson
20 lines
356 B
Meson
subdir('rpcgen')
|
|
|
|
if tests_enabled[0]
|
|
subdir('tests')
|
|
|
|
if pytest_prog.found()
|
|
test(
|
|
'rpcgen-pytest',
|
|
python3_prog,
|
|
args: [ '-mpytest' ] + rpcgen_tests,
|
|
env: runutf8,
|
|
workdir: meson.current_source_dir(),
|
|
suite: 'script',
|
|
)
|
|
endif
|
|
endif
|
|
|
|
rpcgen_prog = find_program('main.py')
|
|
rpcgen_src += files(['main.py'])
|