summaryrefslogtreecommitdiff
path: root/app/scripts/west-commands.yml
diff options
context:
space:
mode:
authorOkke Formsma <okke@formsma.nl>2020-11-14 19:39:01 +0100
committerPete Johanson <peter@peterjohanson.com>2020-11-21 14:47:01 -0500
commitc067629c83651c98154bef44a23ec7e5d81be179 (patch)
treed28b0bcea613a32242cc72dbadce80e7bb8e32f5 /app/scripts/west-commands.yml
parent5d0532c6d939fa40cb18b395a18a1b020f8300d3 (diff)
Create `west test` command to run zmk testsuite.
Diffstat (limited to 'app/scripts/west-commands.yml')
-rw-r--r--app/scripts/west-commands.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/scripts/west-commands.yml b/app/scripts/west-commands.yml
new file mode 100644
index 0000000..98e2899
--- /dev/null
+++ b/app/scripts/west-commands.yml
@@ -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 \ No newline at end of file