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 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 rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
meson.build rpcgen: Reformat meson files 2023-12-01 13:50:16 +01:00
simple.x
test_demo_enum_fixed_array.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_enum_pointer_null.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_enum_pointer_set.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_enum_scalar.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_enum_variable_array_empty.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_enum_variable_array_set.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_enum.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_int_fixed_array.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_int_pointer_null.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_int_pointer_set.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_int_scalar.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_int_variable_array_empty.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_int_variable_array_set.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_opaque_fixed_array.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_opaque_variable_array_empty.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_opaque_variable_array_set.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_string_variable_array_empty.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_string_variable_array_set.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
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 rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
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 rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
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 rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
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 rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_union_default.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_union_fixed_array.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_union_no_default_case.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_union_pointer_null.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_union_pointer_set.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_union_scalar.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_union_variable_array_empty.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_union_variable_array_set.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_union_void_default_case.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_union_void_default_default.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo.c rpcgen: tests: Include stdint.h in test_demo.c 2024-04-08 15:47:24 +02:00
test_generator.py rpcgen: add g_auto function support 2023-11-03 14:06:35 -04:00
test_lexer.py
test_parser.py