xserver/test/xi2
Peter Hutterer 7e9d167c9c test: make wrapping a function more generic
This cleans up some of the mess this code was in. Functions we need to
wrap can now have a standard implementation using WRAP_FUNCTION - that
macro declares the __real and __wrap functions and a wrapped_$func
global variable.

Tests can set that variable to their desired functions and it will be
then be called on demand.
2024-01-30 00:15:10 +00:00
..
protocol-common.c test: make wrapping a function more generic 2024-01-30 00:15:10 +00:00
protocol-common.h test: make wrapping a function more generic 2024-01-30 00:15:10 +00:00
protocol-eventconvert.c test: switch the unit tests to something resembling a test suite 2024-01-30 00:15:10 +00:00
protocol-xigetclientpointer.c test: make wrapping a function more generic 2024-01-30 00:15:10 +00:00
protocol-xigetselectedevents.c test: make wrapping a function more generic 2024-01-30 00:15:10 +00:00
protocol-xipassivegrabdevice.c test: make wrapping a function more generic 2024-01-30 00:15:10 +00:00
protocol-xiquerydevice.c test: make wrapping a function more generic 2024-01-30 00:15:10 +00:00
protocol-xiquerypointer.c test: make wrapping a function more generic 2024-01-30 00:15:10 +00:00
protocol-xiqueryversion.c test: make wrapping a function more generic 2024-01-30 00:15:10 +00:00
protocol-xiselectevents.c test: switch the unit tests to something resembling a test suite 2024-01-30 00:15:10 +00:00
protocol-xisetclientpointer.c test: switch the unit tests to something resembling a test suite 2024-01-30 00:15:10 +00:00
protocol-xiwarppointer.c test: switch the unit tests to something resembling a test suite 2024-01-30 00:15:10 +00:00
xi2.c test: switch the unit tests to something resembling a test suite 2024-01-30 00:15:10 +00:00