diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/development/tests.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/docs/development/tests.md b/docs/docs/development/tests.md index 8df6cb1..9ad689b 100644 --- a/docs/docs/development/tests.md +++ b/docs/docs/development/tests.md @@ -4,7 +4,9 @@ sidebar_label: Tests --- Running tests requires [native posix support](posix-board). Any folder under `/app/tests` -containing `native_posix.keymap` will be selected when running `./run-test.sh all`. +containing `native_posix.keymap` will be selected when running `west test`. + +Run a single test with `west test <testname>`, like `west test tests/toggle-layer/normal`. ## Creating a New Test Set |