mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-19 01:24:42 -05:00
The script is renamed to mockable-attribute.py and adjusted to check for the new attribute. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
43 lines
975 B
Meson
43 lines
975 B
Meson
scripts = [
|
|
'apibuild.py',
|
|
'augeas-gentest.py',
|
|
'check-aclperms.py',
|
|
'check-aclrules.py',
|
|
'check-driverimpls.py',
|
|
'check-drivername.py',
|
|
'check-file-access.py',
|
|
'check-html-references.py',
|
|
'check-remote-protocol.py',
|
|
'check-symfile.py',
|
|
'check-symsorting.py',
|
|
'dtrace2systemtap.py',
|
|
'esx_vi_generator.py',
|
|
'genaclperms.py',
|
|
'genpolkit.py',
|
|
'gensystemtap.py',
|
|
'group-qemu-caps.py',
|
|
'header-ifdef.py',
|
|
'hvsupport.py',
|
|
'hyperv_wmi_generator.py',
|
|
'merge-systemd-units.py',
|
|
'meson-dist.py',
|
|
'meson-gen-authors.py',
|
|
'meson-gen-def.py',
|
|
'meson-gen-sym.py',
|
|
'meson-install-dirs.py',
|
|
'meson-install-symlink.py',
|
|
'meson-install-web.py',
|
|
'meson-python.sh',
|
|
'meson-timestamp.py',
|
|
'mockable-attribute.py',
|
|
'prohibit-duplicate-header.py',
|
|
'qemu-replies-tool.py',
|
|
]
|
|
|
|
foreach name : scripts
|
|
sname = name.split('.')[0].underscorify()
|
|
set_variable('@0@_prog'.format(sname), find_program(name))
|
|
endforeach
|
|
|
|
subdir('rpcgen')
|