aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Add a couple of todos to keyboard_report_util.cppFred Sundvik2017-06-191-0/+3
| | | | Also print the modifier state
* More natural interface for setting keyboard ledsFred Sundvik2017-06-194-8/+4
|
* Add a test fixtureFred Sundvik2017-06-185-14/+78
| | | | It only initializes QMK once, and clears the matrix after each test.
* Test two keys pressed at onceFred Sundvik2017-06-183-3/+45
|
* Actually test for correct key pressesFred Sundvik2017-06-185-7/+98
|
* Fix the order of init and driver creationFred Sundvik2017-06-181-2/+4
|
* Add a couple of basic tests and implement driver mockFred Sundvik2017-06-185-8/+179
|
* Add keymapFred Sundvik2017-06-182-1/+8
|
* Dummy test matrix implementationFred Sundvik2017-06-181-0/+43
|
* Split common.mk into common.mk and common_features.mkFred Sundvik2017-06-181-1/+3
| | | | To support including keyboard/keymap specific rules before it
* Define MATRIX_COLS and MATRIX_ROWSFred Sundvik2017-06-181-0/+2
|
* Add basic infrastrucure for building full testsFred Sundvik2017-06-183-0/+53