summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-14Reimplement misc tests on top of inputtest devicePovilas Kanapickas1-34/+55
2020-12-14Reimplement multihead tests on top of inputtest devicePovilas Kanapickas1-69/+70
2020-12-14Reimplement xigrabbutton tests on top of inputtest devicePovilas Kanapickas1-15/+22
2020-12-14Reimplement xtest tests on top of inputtest devicePovilas Kanapickas1-11/+18
2020-12-14Reimplement dga tests on top of inputtest devicePovilas Kanapickas1-13/+21
2020-12-14Reimplement libxi tests on top of inputtest devicePovilas Kanapickas1-24/+61
2020-12-14Reimplement grab tests on top of inputtest devicePovilas Kanapickas1-213/+216
2020-12-14Reimplement barrier tests on top of inputtest devicePovilas Kanapickas5-121/+155
2020-12-14Add a way to append config to server layoutPovilas Kanapickas2-0/+18
2020-12-14Implement an interface to Xorg via inputtest driverPovilas Kanapickas4-1/+136
2020-12-09Implement support of testing via xf86-input-inputtest driverPovilas Kanapickas8-0/+960
2020-12-14gitlab CI: add an xserver build stagePeter Hutterer1-2/+29
2020-12-14Fix the include path for wacom-properties.hPeter Hutterer4-4/+4
2020-12-14Fix the include path for xserver-properties.hPeter Hutterer3-3/+3
2020-12-14meson.build: fix an indentation issuePeter Hutterer1-1/+1
2020-12-14gitlab CI: drop the git submodule init partsPeter Hutterer1-2/+0
2020-12-09Use single meson configuration to build whole projectPovilas Kanapickas3-153/+109
2020-12-03gtest: Reduce duplication of recordingsPovilas Kanapickas4-81/+7
2020-12-03Remove out of date and wrong scriptsPovilas Kanapickas2-104/+0
2020-12-03Remove autotools build supportPovilas Kanapickas34-3691/+0
2020-12-03Remove xorg-gtest git subprojectPovilas Kanapickas2-14/+0
2020-12-03Merge master branch of the xorg-gtest projectPovilas Kanapickas86-0/+41303
2020-12-03Move sources to gtest subdirectoryPovilas Kanapickas87-238/+238
2020-11-30Update the README for the meson buildPeter Hutterer1-30/+12
2020-11-30gitlab CI: hook up a basic build testPeter Hutterer1-0/+38
2020-11-30Make libXScrnSaver conditionalPeter Hutterer2-2/+10
2020-11-30Add support for mesonPeter Hutterer4-0/+233
2020-11-30Two minor whitespace fixesPeter Hutterer2-2/+2
2020-11-30Assume XI 2.2 and XI 2.3 are availablePeter Hutterer8-26/+0
2020-11-30tests: fix rather confusing compiler errorPeter Hutterer1-1/+1
2020-11-30gitlab CI: add a basic build testPeter Hutterer1-0/+34
2020-11-30Add support for mesonPeter Hutterer3-2/+188
2020-11-30Print the path to the recordings file if it failed to openPeter Hutterer1-1/+1
2020-11-30Add a few missing includesPeter Hutterer2-0/+2
2020-11-30test: use srcdir instead of top_srcdirPeter Hutterer1-1/+1
2020-11-30test: sub the builddir path for the helpersPeter Hutterer3-8/+10
2020-11-30Unconditionally require evemuPeter Hutterer6-27/+2
2020-11-27Fix unused parameter warningsPovilas Kanapickas3-3/+15
2020-11-27Mark local global variable with internal linkagePovilas Kanapickas1-2/+2
2020-11-27Ensure that classes with overridden functions have virtual destructorPovilas Kanapickas2-2/+2
2020-11-27Fix old style cast warningsPovilas Kanapickas3-6/+7
2020-11-27Add missing #includes that currently just happen to workPovilas Kanapickas2-0/+2
2020-11-27Fix zero as null pointer constant warningsPovilas Kanapickas10-72/+73
2020-11-27gtest: Make sure to not clobber system-installed gtestPovilas Kanapickas2-2/+3
2020-11-27gtest: Upgrade to 1.8.1Povilas Kanapickas39-26733/+31530
2020-11-26tests: fix two compiler warnings about ambiguous if/elsePeter Hutterer2-4/+5
2020-11-26Update clickpad recordings to new file formatPeter Hutterer9-1455/+2629
2020-11-26recordings: add the ELAN touchscreenPeter Hutterer3-0/+397
2020-11-26recordings: update the QEMU tablet recording to evemu 1.2 formatPeter Hutterer1-3/+48
2020-11-26evdev: add fake MT device testsPeter Hutterer2-0/+335