summaryrefslogtreecommitdiff
path: root/test/xi2/protocol-xiquerydevice.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-09test: fix the xi2 protocol swapping tests to actually workPeter Hutterer1-9/+14
2024-01-30test: use a dbg() macro for the test outputPeter Hutterer1-4/+4
2024-01-30test: make wrapping a function more genericPeter Hutterer1-29/+22
2024-01-30test: switch the unit tests to something resembling a test suitePeter Hutterer1-5/+8
2021-12-08test: #undef NDEBUG so assert is not compiled awayMatt Turner1-0/+3
2020-01-27Fix building with `-fno-common`David Seifert1-1/+1
2019-05-02assert(a && b) --> assert(a); assert(b)Adam Richter1-1/+2
2017-01-12tests: Convert test/xi2/ to single binaryMihail Konev1-1/+1
2017-01-12tests: Refactor wraps into protocol-common.cMihail Konev1-0/+2
2014-01-22test/xi2: Clean up -Wshadow warningsKeith Packard1-1/+1
2012-12-05Fix formatting of address operatorsYaakov Selkowitz1-1/+1
2012-05-16test: don't shadow parameter 'len'Peter Hutterer1-4/+3
2012-05-16test: fix redundant declaration of "BadDevice"Peter Hutterer1-0/+1
2012-05-16test: fix "userdata shadows global declaration" warningsPeter Hutterer1-4/+4
2012-03-21Introduce a consistent coding styleKeith Packard1-172/+167
2011-10-27test: fix two more failing FP3232 testsDave Airlie1-3/+3
2011-09-30Input: Add smooth-scrolling support to GetPointerEventsPeter Hutterer1-5/+44
2011-09-21Use internal temp variable for swap macrosMatt Turner1-26/+23
2011-04-21test: remove glib dependencyPeter Hutterer1-51/+47
2009-07-14test: add ProcXIQueryDevice tests.Peter Hutterer1-0/+316