summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2017-12-15add tests for action_layer.c and reset layer state after testsColin T.A. Gray3-3/+102
2017-07-11Fix unreferenced errors with mingw compiler and unit testsFred Sundvik4-4/+10
2017-07-09Reference issue #1478 from the unit testsFred Sundvik1-0/+1
2017-07-09Reference issue #1477 from the unit testsFred Sundvik1-0/+2
2017-07-09Reference issue #524 from the unit testsFred Sundvik1-0/+3
2017-07-09Reference issue #1476 from the unit testsFred Sundvik1-0/+4
2017-07-09Configure vscode file associations, use hpp instead of hFred Sundvik10-11/+11
2017-07-09Fix keymap formattingFred Sundvik1-10/+10
2017-07-09Add tests for macrosFred Sundvik2-1/+109
2017-07-09Rename tests to start with test_Fred Sundvik2-0/+0
2017-07-09Add basic timing support, and SFT_T testsFred Sundvik7-18/+147
2017-07-09Add test for a combo keyFred Sundvik2-5/+44
2017-07-09Add simple modifier testFred Sundvik3-8/+32
2017-07-09Improve the tests a bitFred Sundvik1-1/+10
2017-07-09A bigger test matrix, and test for unmapped keysFred Sundvik3-5/+18
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