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
9
app/scripts/west-commands.yml
Normal file
9
app/scripts/west-commands.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Copyright (c) 2020, ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
west-commands:
|
||||
- file: scripts/west_commands/test.py
|
||||
commands:
|
||||
- name: test
|
||||
class: Test
|
||||
help: run zmk testsuite
|
||||
Loading…
Add table
Add a link
Reference in a new issue