blob: 81d6946fe9868540ae2bb662c6abf94911e59002 (
plain)
1
2
3
4
5
6
7
8
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
|