summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2021-04-20test: print the layout-tester progress bar to stdout by defaultPeter Hutterer1-2/+2
2021-04-20test: add an LVO argument to the XKB layout testerPeter Hutterer1-1/+15
2021-04-20test: print the compiled keymaps to a given directoryPeter Hutterer1-2/+35
2021-04-20test: rework the output for the xkeyboard-config layout testerPeter Hutterer1-74/+111
2021-04-20test: add proper --verbose handling to the xkeyboard-config testerPeter Hutterer1-11/+22
2021-04-01keysym: avoid strtoul in xkb_keysym_from_nameRan Benita1-0/+11
2021-03-30keysym: properly handle overflow in 0x keysym namesRan Benita1-0/+4
2021-03-30test: move an assert up to before the strlen() usePeter Hutterer1-1/+2
2021-03-19test: fix missing va_end in case of test failuresPeter Hutterer1-6/+15
2021-02-22test: add a keysym testerPeter Hutterer1-0/+71
2021-01-23test: fix interactive evdev test invocationPeter Hutterer1-1/+1
2021-01-23test: fill in srcdir/builddir when not set in the environmentPeter Hutterer1-2/+13
2020-11-23keymap-dump: follow xkbcomp in printing affect=both in pointer actionsRan Benita2-8/+8
2020-11-23test/data: update host.xkb to match keymap-dump styleRan Benita1-311/+311
2020-10-20test: catch unrecognized keysyms in the xkeyboard-config testPeter Hutterer1-0/+7
2020-10-20xkbcomp: where a keysym cannot be resolved, set it to NoSymbolPeter Hutterer2-2/+68
2020-09-08test/tool-option-parsing: skip testing of disabled toolsRan Benita1-28/+24
2020-09-08test/tool-option-parsing: switch from pytest to unittestRan Benita1-196/+173
2020-09-07test/tool-option-parsing: keep isolated by using our own test dataRan Benita1-1/+6
2020-09-07test: include unstd.h in the registry test to cut down the MacOS warningsPeter Hutterer1-0/+3
2020-09-07test/data: add rule registry filesRan Benita5-0/+18176
2020-09-07test/data: sync from xkeyboard-config 2.30Ran Benita28-863/+1635
2020-09-07test/data: change quartz.xkb from CRLF to LFRan Benita1-1139/+1139
2020-09-07test: fix the xkbcli --version testPeter Hutterer1-1/+1
2020-08-30Add /etc/xkb as extra lookup path for system data filesPeter Hutterer1-0/+2
2020-07-29test: fix the xkeyboard-config testPeter Hutterer1-2/+1
2020-07-27test: ignore the real XDG_CONFIG_HOME during testsPeter Hutterer1-1/+8
2020-07-27tools/interactive-evdev: fixup 64bff65Ran Benita1-0/+1
2020-07-25test/tool-option-parsing: remove --kccgst test, it's private for nowRan Benita1-2/+2
2020-07-25tools: run test-tool-option-parsing.py like a regular testRan Benita1-0/+302
2020-07-25tools: install our tools as xkbcli subcommandsPeter Hutterer1-1/+2
2020-07-25test: make the symbols-leak-test executablePeter Hutterer1-0/+0
2020-07-22PACKAING: remove bashRan Benita1-1/+0
2020-07-22test: fix Windows CI by rewriting symbols-leak-test from bash to pythonRan Benita2-19/+63
2020-07-13Add asprintf_safe helper functionPeter Hutterer4-14/+11
2020-07-06Add libxkbregistry to query available RMLVOPeter Hutterer1-0/+843
2020-07-06utils: add streq_null() for streq that allows NULL valuesPeter Hutterer1-0/+6
2020-07-06Add a snprintf_safe() helper functionPeter Hutterer1-0/+50
2020-07-01test: fix the xkeyboard-config test for the prefixed tool namePeter Hutterer1-1/+1
2020-06-25test: drop some now-obsolete functionsPeter Hutterer2-137/+0
2020-06-25tools: move the remaining tools from test to herePeter Hutterer3-1627/+0
2020-06-25test: disentangle interactive-wayland from the test headersPeter Hutterer1-6/+6
2020-06-25test: untangle interactive-x11 from the test headersPeter Hutterer1-6/+6
2020-06-25test: untangle interactive-evdev from the test headersPeter Hutterer3-39/+32
2020-06-25test: simplify error handling in interactive-evdevPeter Hutterer1-31/+20
2020-06-25Move the various tools to a tools/ directoryPeter Hutterer4-538/+0
2020-06-25test: how-to-type: prefer local headers over system onesPeter Hutterer1-1/+1
2020-06-25test: untangle rmlvo-to-kccgst from the test headersPeter Hutterer1-2/+1
2020-06-25test: untangle print-compiled-keymap from the test headersPeter Hutterer1-3/+15
2020-06-25test: simplify an exit pathPeter Hutterer1-8/+6