Peter Johanson
953f5212a8
refactor(tests): Move to native_posix_64 target.
...
* Allows removing multilib from docker images
* Run properly in aarch64 host docker
containers for testing on Rasberry Pi.
* Small sticky-keys fix to initialize w/ correct
constant for max uin32_t value.
3 years ago
okke
f692d64d05
test: print test output immediately and decrease indenting
3 years ago
okke
d59797ba13
test: Change length of fail and pend messages
...
This makes scanning the output from "west test" easier, as the different states get different output lengths.
3 years ago
Peter Johanson
977746dbde
feat(tests): Override test parallelism w/ `J=8` environment.
4 years ago
Jeff Rizzo
c0cab57c2d
run-test.sh: use the POSIX '-L 1' for xargs
...
This allows tests to be run on platforms where '-l'
isn't implemented, like MacOS.
4 years ago
innovaker
f17584ca0e
chore: standardize # style headers
...
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
4 years ago
innovaker
95a2927098
fix(tests): convert ZMK_CONFIG to an absolute path
...
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
4 years ago
Okke Formsma
db10931439
fix(tests): fix testrunner for 'all'
4 years ago
Okke Formsma
2f1170c01a
feat(tests): run subdirectory of tests
...
example: `west test tests/hold-tap` will run all hold-tap tests.
4 years ago
Cody McGinnis
f6269df5fc
fix(tests): return error code when build fails
4 years ago
Pete Johanson
68e72f9275
fix: Switch to single AUTHORS file.* Closes #164
4 years ago
Cody McGinnis
80bef160fc
feat(tests): allow tests to be marked as pending
...
pending tests will not fail the build
4 years ago
Cody McGinnis
b1d9a7b684
feat(test): record full key log as well
4 years ago
Cody McGinnis
aff39e57d0
fix: add license header to run-test.sh
4 years ago
Cody McGinnis
79bff11ddd
fancier run test stuff
4 years ago
Cody McGinnis
f1224422c5
fix(test): stop using pristine and use 4 threads
4 years ago
Cody McGinnis
f02fa01e9a
fix(test): change the layout
4 years ago