Create west test command to run zmk testsuite.
This commit is contained in:
parent
5d0532c6d9
commit
c067629c83
5 changed files with 47 additions and 3 deletions
|
|
@ -4,7 +4,9 @@ sidebar_label: Tests
|
|||
---
|
||||
|
||||
Running tests requires [native posix support](posix-board). Any folder under `/app/tests`
|
||||
containing `native_posix.keymap` will be selected when running `./run-test.sh all`.
|
||||
containing `native_posix.keymap` will be selected when running `west test`.
|
||||
|
||||
Run a single test with `west test <testname>`, like `west test tests/toggle-layer/normal`.
|
||||
|
||||
## Creating a New Test Set
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue