pipewire/src/tests
Simon McVittie a652edce0a Only assert about x86_64 struct sizes if ABI is LP64, not x32
The __x86_64__ macro identifies a CPU family, and is unfortunately not
enough to identify a concrete ABI.

The normal x86_64 ABI that is used by practical Linux distributions is
LP64 (i.e. 32-bit int, and 64-bit long and pointer), and defines
__x86_64__ and __LP64__.

x32 is a niche ILP32 ABI (i.e. 32-bit int, long and pointer) for x86_64
CPUs, which has different struct sizes due to sizeof(long) and
sizeof(void *) being smaller. It defines __x86_64__ and __ILP32__.

Signed-off-by: Simon McVittie <smcv@debian.org>
2020-09-07 15:21:17 +00:00
..
meson.build Optionally install examples and tests 2020-06-16 17:58:02 +00:00
test-array.c Only assert about x86_64 struct sizes if ABI is LP64, not x32 2020-09-07 15:21:17 +00:00
test-client.c pw_client -> pw_impl_client 2019-12-11 11:21:43 +01:00
test-context.c Make interface types a string 2019-12-19 13:36:04 +01:00
test-cpp.cpp move proxy implementations in their own file 2019-12-11 10:58:51 +01:00
test-endpoint.c tests: add endpoint unit test 2020-03-27 14:56:07 +00:00
test-interfaces.c device: implement subscribe_params 2020-02-12 16:07:10 +01:00
test-properties.c Only assert about x86_64 struct sizes if ABI is LP64, not x32 2020-09-07 15:21:17 +00:00
test-stream.c Only assert about x86_64 struct sizes if ABI is LP64, not x32 2020-09-07 15:21:17 +00:00
test-utils.c tests: add test for utils 2019-01-10 17:58:37 +01:00