summaryrefslogtreecommitdiff
path: root/tests/test_common
AgeCommit message (Collapse)Author
2017-12-15add tests for action_layer.c and reset layer state after testsColin T.A. Gray
2017-07-11Fix unreferenced errors with mingw compiler and unit testsFred Sundvik
2017-07-08Configure vscode file associations, use hpp instead of hFred Sundvik
2017-07-08Add basic timing support, and SFT_T testsFred Sundvik
Also expose some bugs...
2017-07-08Add simple modifier testFred Sundvik
2017-06-19Add a couple of todos to keyboard_report_util.cppFred Sundvik
Also print the modifier state
2017-06-19More natural interface for setting keyboard ledsFred Sundvik
2017-06-18Add a test fixtureFred Sundvik
It only initializes QMK once, and clears the matrix after each test.
2017-06-18Test two keys pressed at onceFred Sundvik
2017-06-18Actually test for correct key pressesFred Sundvik
2017-06-18Add a couple of basic tests and implement driver mockFred Sundvik
2017-06-18Dummy test matrix implementationFred Sundvik