Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-20 | Add SRC and OPT_DEFS when building tests | Fred Sundvik | 1 | -1/+2 | |
2017-07-09 | Add basic timing support, and SFT_T tests | Fred Sundvik | 1 | -1/+1 | |
Also expose some bugs... | |||||
2017-07-09 | Build all cpp files in test directories | Fred Sundvik | 1 | -1/+2 | |
2017-07-09 | Move test keymap to keymap.c | Fred Sundvik | 1 | -0/+1 | |
2017-06-18 | Add a test fixture | Fred Sundvik | 1 | -1/+2 | |
It only initializes QMK once, and clears the matrix after each test. | |||||
2017-06-18 | Actually test for correct key presses | Fred Sundvik | 1 | -1/+2 | |
2017-06-18 | Add a couple of basic tests and implement driver mock | Fred Sundvik | 1 | -1/+6 | |
2017-06-18 | Dummy test matrix implementation | Fred Sundvik | 1 | -2/+2 | |
2017-06-18 | Split common.mk into common.mk and common_features.mk | Fred Sundvik | 1 | -1/+1 | |
To support including keyboard/keymap specific rules before it | |||||
2017-06-18 | Make sure config.h is included | Fred Sundvik | 1 | -0/+1 | |
2017-06-18 | Try to build tmk_common | Fred Sundvik | 1 | -1/+9 | |
2017-06-18 | Add basic infrastrucure for building full tests | Fred Sundvik | 1 | -0/+14 | |