summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2017-07-09Rename test.cpp to keypress.cppFred Sundvik1-0/+0
2017-07-09Move test keymap to keymap.cFred Sundvik2-7/+24
2017-06-18Add a couple of todos to keyboard_report_util.cppFred Sundvik1-0/+3
2017-06-18More natural interface for setting keyboard ledsFred Sundvik4-8/+4
2017-06-18Add a test fixtureFred Sundvik5-14/+78
2017-06-18Test two keys pressed at onceFred Sundvik3-3/+45
2017-06-18Actually test for correct key pressesFred Sundvik5-7/+98
2017-06-18Fix the order of init and driver creationFred Sundvik1-2/+4
2017-06-18Add a couple of basic tests and implement driver mockFred Sundvik5-8/+179
2017-06-18Add keymapFred Sundvik2-1/+8
2017-06-18Dummy test matrix implementationFred Sundvik1-0/+43
2017-06-18Split common.mk into common.mk and common_features.mkFred Sundvik1-1/+3
2017-06-18Define MATRIX_COLS and MATRIX_ROWSFred Sundvik1-0/+2
2017-06-18Add basic infrastrucure for building full testsFred Sundvik3-0/+53