test: add a keysym tester
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 22 Feb 2021 02:54:15 +0000 (12:54 +1000)
committerRan Benita <ran@unusedvar.com>
Mon, 22 Feb 2021 11:43:16 +0000 (13:43 +0200)
commit0abd430e85586cc37b900e3451b40f9dec4e2783
tree22dba37ba4da7de151415678f67f9971cc3af64f
parentb4802b06428b417be453384eac6654eec2bba44a
test: add a keysym tester

A simple script that creates a new layout with the given keysym replacing TLDE.
Then we compile a keymap and search for the keysym being assigned to TLDE and
bail if that fails.

The list of keysyms is manually maintained but we only need to add one or two to
spot-check whenever the xorgproto is updated.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
meson.build
test/test-keysym.py [new file with mode: 0755]