summaryrefslogtreecommitdiffstats
path: root/keymap/check-keymaps.sh
Commit message (Collapse)AuthorAgeFilesLines
* keymap: check Makefile.am completeness in check-keymaps.shMartin Pitt2009-05-111-0/+4
| | | | Verify that we have added all key map files to Makefile.am's _DATA list.
* keymap: check maps existance in check-keymaps.shMartin Pitt2009-05-111-1/+11
| | | | Verify that maps referred to in the rules files actually exist in keymaps/.
* keymap: fix tests for separate build treeMartin Pitt2009-05-111-1/+1
| | | | | | Fix thinko in keymap/check-keymaps.sh: keys.txt is not in ${srcdir}, but in the build dir. This broke "make check" when using a separate build tree.
* keymap: add check for valid namesMartin Pitt2009-05-101-0/+16
Add keymap/check-keymaps.sh and run it in make check. This verifies that all key names in keymap/keymaps/* are known in the current <linux/input.h>.