blob: 75be89dafd341e0949307b5d269207f20cd14688 (
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
|