mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-05 04:25:19 +00:00
ca3f025011
This adds a parser capable of handling the XDR protocol files. The parsing grammar requirements are detailed in https://www.rfc-editor.org/rfc/rfc4506#section-6.3 Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
5 lines
69 B
Meson
5 lines
69 B
Meson
rpcgen_tests = files([
|
|
'test_lexer.py',
|
|
'test_parser.py',
|
|
])
|