blob: 98e28997ba7bc7ffb14e440533531559f61ea284 (
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
|