summaryrefslogtreecommitdiff
path: root/app/run-test.sh
AgeCommit message (Collapse)Author
2021-05-05feat(tests): Override test parallelism w/ `J=8` environment.Peter Johanson
2021-01-23run-test.sh: use the POSIX '-L 1' for xargsJeff Rizzo
This allows tests to be run on platforms where '-l' isn't implemented, like MacOS.
2021-01-06chore: standardize # style headersinnovaker
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-14fix(tests): convert ZMK_CONFIG to an absolute pathinnovaker
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-23fix(tests): fix testrunner for 'all'Okke Formsma
2020-11-22feat(tests): run subdirectory of testsOkke Formsma
example: `west test tests/hold-tap` will run all hold-tap tests.
2020-09-14fix(tests): return error code when build failsCody McGinnis
2020-09-10fix: Switch to single AUTHORS file.* Closes #164Pete Johanson
2020-08-28feat(tests): allow tests to be marked as pendingCody McGinnis
pending tests will not fail the build
2020-08-28feat(test): record full key log as wellCody McGinnis
2020-08-28fix: add license header to run-test.shCody McGinnis
2020-08-28fancier run test stuffCody McGinnis
2020-08-28fix(test): stop using pristine and use 4 threadsCody McGinnis
2020-08-28fix(test): change the layoutCody McGinnis