mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-23 02:04:16 +03:00
12 lines
225 B
Meson
12 lines
225 B
Meson
|
if pytest_prog.found()
|
||
|
subdir('tests')
|
||
|
|
||
|
test(
|
||
|
'rpcgen-pytest',
|
||
|
python3_prog,
|
||
|
args: [ '-mpytest' ] + rpcgen_tests,
|
||
|
env: runutf8,
|
||
|
workdir: meson.current_source_dir(),
|
||
|
)
|
||
|
endif
|