libvirt/scripts/rpcgen/tests
Daniel P. Berrangé 1f3fe268eb scripts/rpcgen: fix 64 unsigned int test on macOS
macOS XDR library is an oddball using xdr_u_int64_t instead of
xdr_uint64_t which everyone else has.

The code generator already does the right thing, but the test
program previously generated with the Linux rpcgen program
does not compile on macOS due to this.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
2023-12-01 13:50:16 +01:00
..
demo.c rpcgen: add g_auto function support 2023-11-03 14:06:35 -04:00
demo.h rpcgen: add g_auto function support 2023-11-03 14:06:35 -04:00
demo.x
meson.build rpcgen: Reformat meson files 2023-12-01 13:50:16 +01:00
simple.x
test_demo_enum_fixed_array.bin
test_demo_enum_pointer_null.bin
test_demo_enum_pointer_set.bin
test_demo_enum_scalar.bin
test_demo_enum_variable_array_empty.bin
test_demo_enum_variable_array_set.bin
test_demo_enum.bin
test_demo_int_fixed_array.bin
test_demo_int_pointer_null.bin
test_demo_int_pointer_set.bin
test_demo_int_scalar.bin
test_demo_int_variable_array_empty.bin
test_demo_int_variable_array_set.bin
test_demo_opaque_fixed_array.bin
test_demo_opaque_variable_array_empty.bin
test_demo_opaque_variable_array_set.bin
test_demo_string_variable_array_empty.bin
test_demo_string_variable_array_set.bin
test_demo_struct_fixed_array.bin rpcgen: tests: Run cleanly on platforms where char is unsigned 2023-11-29 17:16:45 +01:00
test_demo_struct_pointer_null.bin
test_demo_struct_pointer_set.bin rpcgen: tests: Run cleanly on platforms where char is unsigned 2023-11-29 17:16:45 +01:00
test_demo_struct_scalar.bin rpcgen: tests: Run cleanly on platforms where char is unsigned 2023-11-29 17:16:45 +01:00
test_demo_struct_variable_array_empty.bin
test_demo_struct_variable_array_set.bin rpcgen: tests: Run cleanly on platforms where char is unsigned 2023-11-29 17:16:45 +01:00
test_demo_struct.bin
test_demo_test_struct_all_types.bin rpcgen: tests: Run cleanly on platforms where char is unsigned 2023-11-29 17:16:45 +01:00
test_demo_union_case.bin
test_demo_union_default.bin
test_demo_union_fixed_array.bin
test_demo_union_no_default_case.bin
test_demo_union_pointer_null.bin
test_demo_union_pointer_set.bin
test_demo_union_scalar.bin
test_demo_union_variable_array_empty.bin
test_demo_union_variable_array_set.bin
test_demo_union_void_default_case.bin
test_demo_union_void_default_default.bin
test_demo.c scripts/rpcgen: fix 64 unsigned int test on macOS 2023-12-01 13:50:16 +01:00
test_generator.py rpcgen: add g_auto function support 2023-11-03 14:06:35 -04:00
test_lexer.py
test_parser.py