summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody McGinnis <brainwart@gmail.com>2020-08-28 16:21:31 -0400
committerCody McGinnis <brainwart@gmail.com>2020-08-28 16:21:31 -0400
commit26414a69824a37a65c0fb3a6c423f4cb6c1ef068 (patch)
tree31bd41eae7947ea0bb766811875586180f32d569
parentb1d9a7b68450438a7ac6bce26bf89dfdf00a4393 (diff)
fix(docs): move testing docs to website docs
-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"],
},