summaryrefslogtreecommitdiff
path: root/test/mtdev-matching.c
Commit message (Collapse)AuthorAgeFilesLines
* mtdev-matching.c: declare global variables staticMartin Kepplinger2017-11-291-2/+2
| | | | | | n1 and n2 are only locally used and can thus be static. Signed-off-by: Martin Kepplinger <martink@posteo.de>
* Add and test a simple kernel matcherHenrik Rydberg2010-11-071-14/+47
| | | | | | | | | | This matcher is for up to four fingers, and has these properties: * Approximately 1.4 times faster at 4 fingers * Approximately 4.0 times faster at 2 fingers * Roughly 100 lines of code Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Add mtdev-matching test programHenrik Rydberg2010-10-121-0/+141
Measures matching speed and provides some historically difficult test cases. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>