summaryrefslogtreecommitdiff
path: root/docs/unit_tests.md
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2021-11-18 11:28:53 -0700
committerCommit Bot <commit-bot@chromium.org>2021-11-19 00:03:21 +0000
commitc97efe17afee9b7d83cc02073df5214e2143b31c (patch)
treebad75fcd5be9b664da743bcd7d6f536f158b1c01 /docs/unit_tests.md
parent2548cc6c6abd23df1ca495d3ed4a40e84672810c (diff)
downloadchrome-ec-c97efe17afee9b7d83cc02073df5214e2143b31c.tar.gz
docs: move Zephyr docs into subdirectory
Move all the Zephyr related documents into a common subdirectory. BUG=none BRANCH=none TEST=Preview files in gerrit Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: Ib5e0c19343c0aeb81b25e317f919b7f35ef1cdce Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3289297 Commit-Queue: Jack Rosenthal <jrosenth@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Diffstat (limited to 'docs/unit_tests.md')
-rw-r--r--docs/unit_tests.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/unit_tests.md b/docs/unit_tests.md
index f26a8519c8..1d9da40f9d 100644
--- a/docs/unit_tests.md
+++ b/docs/unit_tests.md
@@ -196,7 +196,7 @@ Build and run the test as an EC unit test:
```
For building the test as a Zephyr Ztest unit test, follow the instructions in
-[Porting EC unit tests to Ztest](./ztest.md) to build the unit test for Zephyr's
+[Porting EC unit tests to Ztest](./zephyr/ztest.md) to build the unit test for Zephyr's
"native_posix" host-based target.
<!-- mdformat off(b/139308852) -->