diff options
author | Okke Formsma <okke@formsma.nl> | 2020-11-14 19:39:01 +0100 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-11-21 14:47:01 -0500 |
commit | c067629c83651c98154bef44a23ec7e5d81be179 (patch) | |
tree | d28b0bcea613a32242cc72dbadce80e7bb8e32f5 /app/west.yml | |
parent | 5d0532c6d939fa40cb18b395a18a1b020f8300d3 (diff) |
Create `west test` command to run zmk testsuite.
Diffstat (limited to 'app/west.yml')
-rw-r--r-- | app/west.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/west.yml b/app/west.yml index cba53ab..7657fde 100644 --- a/app/west.yml +++ b/app/west.yml @@ -37,4 +37,4 @@ manifest: remote: microsoft path: tools/uf2 self: - path: zmk + west-commands: scripts/west-commands.yml
\ No newline at end of file |