summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/docs/dev-tests.md (renamed from app/tests/Creating Tests.md)4
-rw-r--r--docs/sidebars.js1
2 files changed, 3 insertions, 2 deletions
diff --git a/app/tests/Creating Tests.md b/docs/docs/dev-tests.md
index 5e211c0..1709ccd 100644
--- a/app/tests/Creating Tests.md
+++ b/docs/docs/dev-tests.md
@@ -1,6 +1,6 @@
# Basics
-Any folder under `/app/tests` containing `native_posix.keymap` will be selected when running
-`./run-test.sh all`.
+Running tests requires native [posix support](./dev-posix-board). Any folder under `/app/tests`
+containing `native_posix.keymap` will be selected when running `./run-test.sh all`.
`test_case/events.patterns` contains sed patterns that will select the interesting output from the
application
diff --git a/docs/sidebars.js b/docs/sidebars.js
index 51313fc..d426667 100644
--- a/docs/sidebars.js
+++ b/docs/sidebars.js
@@ -20,6 +20,7 @@ module.exports = {
"dev-setup",
"dev-boards-shields-keymaps",
"dev-posix-board",
+ "dev-tests",
],
"Dev Guides": ["dev-guide-new-shield", "dev-guide-usb-logging"],
},