Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-05 | feat(tests): Override test parallelism w/ `J=8` environment. | Peter Johanson | |
2021-01-23 | run-test.sh: use the POSIX '-L 1' for xargs | Jeff Rizzo | |
This allows tests to be run on platforms where '-l' isn't implemented, like MacOS. | |||
2021-01-06 | chore: standardize # style headers | innovaker | |
Changes made with regex plus some manual tweaks. Find: /(?:(?<!#!\/bin\/sh\n)(?:^#\n))*^#.*?[Cc]opyright.*?(\d{4}) *([0-9A-z,_\- ]+).*?\n(?:^#\n)*^#.*?SPDX-License-Identifier:? *(.+) *?\n(?:^#\n)*/gm Replace: # Copyright (c) $1 $2 # SPDX-License-Identifier: $3 PR: #564 | |||
2020-12-14 | fix(tests): convert ZMK_CONFIG to an absolute path | innovaker | |
Zephyr 2.4.0 requires ... set(DTS_ROOT) list(APPEND DTS_ROOT) ... to use absolute paths. And therefore ZMK_CONFIG as well. See: zephyrproject-rtos/zephyr#28180 PR: #467 | |||
2020-11-23 | fix(tests): fix testrunner for 'all' | Okke Formsma | |
2020-11-22 | feat(tests): run subdirectory of tests | Okke Formsma | |
example: `west test tests/hold-tap` will run all hold-tap tests. | |||
2020-09-14 | fix(tests): return error code when build fails | Cody McGinnis | |
2020-09-10 | fix: Switch to single AUTHORS file.* Closes #164 | Pete Johanson | |
2020-08-28 | feat(tests): allow tests to be marked as pending | Cody McGinnis | |
pending tests will not fail the build | |||
2020-08-28 | feat(test): record full key log as well | Cody McGinnis | |
2020-08-28 | fix: add license header to run-test.sh | Cody McGinnis | |
2020-08-28 | fancier run test stuff | Cody McGinnis | |
2020-08-28 | fix(test): stop using pristine and use 4 threads | Cody McGinnis | |
2020-08-28 | fix(test): change the layout | Cody McGinnis | |