summaryrefslogtreecommitdiffstats
path: root/tests/test_common/matrix.c
Commit message (Collapse)AuthorAgeFilesLines
* [Test] Reset timer for every unit test and provide timestamps for log ↵Stefan Kerkmann2022-12-151-2/+6
| | | | messages (#17028)
* Format code according to conventions (#16322)QMK Bot2022-02-121-4/+12
|
* clang-format changesskullY2019-08-301-24/+8
|
* Fix unreferenced errors with mingw compiler and unit testsFred Sundvik2017-07-111-0/+3
|
* Add a test fixtureFred Sundvik2017-06-181-1/+5
| | | | It only initializes QMK once, and clears the matrix after each test.
* Test two keys pressed at onceFred Sundvik2017-06-181-0/+2
|
* Add a couple of basic tests and implement driver mockFred Sundvik2017-06-181-1/+12
|
* Dummy test matrix implementationFred Sundvik2017-06-181-0/+43