fix(docs): move testing docs to website docs

This commit is contained in:
Cody McGinnis 2020-08-28 16:21:31 -04:00
parent b1d9a7b684
commit 26414a6982
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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"],
},