libvirt/scripts/rpcgen/tests/meson.build
Daniel P. Berrangé ca3f025011 rpcgen: add an XDR protocol parser
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>
2023-11-03 14:06:35 -04:00

5 lines
69 B
Meson

rpcgen_tests = files([
'test_lexer.py',
'test_parser.py',
])