summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2024-10-23util: add the backtrace printing function as separate utilPeter Hutterer1-43/+5
2024-10-18test: split the touchpad tests into a palm and a dwt test collectionPeter Hutterer1-87/+95
2024-10-18test: split the tablet left-handed tests out into a separate collectionPeter Hutterer1-12/+17
2024-10-18test: split out the touchpad tap tests into multiple collectionsPeter Hutterer1-27/+44
2024-10-18test: make the TEST_COLLECTION() macro re-usable in the same filePeter Hutterer1-5/+5
2024-10-18test: detach the suite handling from the file namesPeter Hutterer1-44/+14
2024-10-18test: match the tablet's pad test collection with the file namePeter Hutterer1-1/+1
2024-10-16test: use a litest helper instead of return code comparisonPeter Hutterer1-6/+6
2024-10-16test: rename a variable to indicate suites, not testsPeter Hutterer1-6/+6
2024-10-16test: rename all_tests to all_test_suitesPeter Hutterer1-7/+7
2024-10-16test: check for verbosity immediately in main()Peter Hutterer1-3/+3
2024-10-16test: check for empty tests immediately, not later when we're runningPeter Hutterer1-6/+6
2024-10-16test: init the global devices/test lists immediatelyPeter Hutterer1-4/+2
2024-10-16test: add restore_tty helper and use itPeter Hutterer1-12/+18
2024-10-16test: init the device list via argumentPeter Hutterer1-6/+5
2024-10-16test: add a helper for deleting a created filePeter Hutterer1-7/+18
2024-10-16test: switch a bunch of tests from abort() to one with a messagePeter Hutterer1-41/+41
2024-10-16test: fix litest_abort_msg() not starting a new linePeter Hutterer1-12/+14
2024-10-15test: switch the tests to use enum comparisonsPeter Hutterer16-396/+396
2024-10-15test: add macros to compare enum valuesPeter Hutterer1-0/+16
2024-10-15test: switch a bunch of integer comparisons to right sizesPeter Hutterer10-46/+49
2024-10-15test: switch ck_assert over to litest_assertPeter Hutterer21-1792/+1728
2024-10-15test: add litest string comparison macrosPeter Hutterer3-0/+86
2024-10-15test: replace manual "almost equal" with the new double epsilonPeter Hutterer1-12/+8
2024-10-15test: fix some checks using ints to compare doublesPeter Hutterer3-14/+14
2024-10-15test: fix a touch test comparing ints to doublesPeter Hutterer1-2/+4
2024-10-15test: add a macro to compare two doubles with a specific epsilonPeter Hutterer2-10/+147
2024-10-15test: initialize a variable to make scan-build happyPeter Hutterer1-1/+1
2024-10-15test: add litest_assert_event_type_not_one_ofPeter Hutterer3-2/+41
2024-10-15test: replace ck_abort with litest_abort_msg()Peter Hutterer6-17/+17
2024-10-15test: fix missing END_TEST for strv_for_each_testPeter Hutterer1-0/+1
2024-10-15test: fix double parsing testPeter Hutterer1-1/+1
2024-10-15test: fix a data type in the utils testPeter Hutterer1-1/+1
2024-10-15test: add a missing va_endPeter Hutterer1-0/+1
2024-10-15test: fix uinput creation for the slotted devices with too many slotsPeter Hutterer5-6/+29
2024-10-14test: make litest-test-suite --list YAML-compatiblePeter Hutterer1-4/+8
2024-10-14test: move the test devices into the test_device_sectionPeter Hutterer2-3/+3
2024-10-14test: switch unused argc/argv to the list of testsPeter Hutterer1-7/+7
2024-09-30Fix a few potential NULL dereferencesPeter Hutterer1-1/+3
2024-09-19test: fix macro grouping in the litest.h headerPeter Hutterer1-11/+11
2024-09-19test: use litest_assert_event_type instead of direct type checkPeter Hutterer9-74/+33
2024-09-19test: use litest_wait_for_event instead of a NONE event checkPeter Hutterer2-4/+2
2024-09-19test: fix use of wrong enum for setting clickfinger mapsPeter Hutterer1-2/+2
2024-09-19test: use litest_assert_empty_queue instead of a manual none checkPeter Hutterer1-4/+2
2024-09-19test: add litest_dispatch() for better test debuggingPeter Hutterer20-1186/+1219
2024-09-19test: abort on libinput bugs againPeter Hutterer1-2/+2
2024-09-19test: improve event debugging a bitPeter Hutterer2-17/+86
2024-09-12test: highlight the gesture state machine log messages in yellowPeter Hutterer1-0/+2
2024-09-12test: make litest_wait_for_event_of_type auto-terminatingPeter Hutterer7-31/+20
2024-09-12test: make litest_drain_events_of_type auto-terminatingPeter Hutterer5-12/+14