summaryrefslogtreecommitdiffstats
path: root/tests/test_common/matrix.c
AgeCommit message (Collapse)AuthorFilesLines
2017-07-11Fix unreferenced errors with mingw compiler and unit testsFred Sundvik1-0/+3
2017-06-18Add a test fixtureFred Sundvik1-1/+5
It only initializes QMK once, and clears the matrix after each test.
2017-06-18Test two keys pressed at onceFred Sundvik1-0/+2
2017-06-18Add a couple of basic tests and implement driver mockFred Sundvik1-1/+12
2017-06-18Dummy test matrix implementationFred Sundvik1-0/+43