summaryrefslogtreecommitdiff
path: root/docs/zephyr/zephyr_shim.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/zephyr/zephyr_shim.md')
-rw-r--r--docs/zephyr/zephyr_shim.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/zephyr/zephyr_shim.md b/docs/zephyr/zephyr_shim.md
index fac0383aff..3c6b48f209 100644
--- a/docs/zephyr/zephyr_shim.md
+++ b/docs/zephyr/zephyr_shim.md
@@ -347,7 +347,7 @@ Follow these steps:
Unit tests, implemented using the Ztest framework, can be found in
`zephyr/test`.
-To run all unit tests, you use `zmake testall`.
+To build all projects and run all unit tests, you use `zmake test --all`.
## Alternatives Considered