libvirt/scripts/rpcgen/tests
Michal Privoznik fdd440c096 rpcgen: tests: Include stdint.h in test_demo.c
Since header file structure is a bit different on MacOS, it
doesn't get uint64_t type declaration and thus test_demo.c must
include it explicitly. This is proper solution anyway, because on
Linux we're apparently relying on the header file sneaking
through some other include.

Resolves: https://gitlab.com/libvirt/libvirt/-/issues/619
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
2024-04-08 15:47:24 +02:00
..
demo.c
demo.h
demo.x
meson.build
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
test_demo_struct_pointer_null.bin
test_demo_struct_pointer_set.bin
test_demo_struct_scalar.bin
test_demo_struct_variable_array_empty.bin
test_demo_struct_variable_array_set.bin
test_demo_struct.bin
test_demo_test_struct_all_types.bin
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
test_generator.py
test_lexer.py
test_parser.py