fix(docs): move testing docs to website docs
This commit is contained in:
parent
b1d9a7b684
commit
26414a6982
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Basics
|
# Basics
|
||||||
Any folder under `/app/tests` containing `native_posix.keymap` will be selected when running
|
Running tests requires native [posix support](./dev-posix-board). Any folder under `/app/tests`
|
||||||
`./run-test.sh all`.
|
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
|
`test_case/events.patterns` contains sed patterns that will select the interesting output from the
|
||||||
application
|
application
|
|
@ -20,6 +20,7 @@ module.exports = {
|
||||||
"dev-setup",
|
"dev-setup",
|
||||||
"dev-boards-shields-keymaps",
|
"dev-boards-shields-keymaps",
|
||||||
"dev-posix-board",
|
"dev-posix-board",
|
||||||
|
"dev-tests",
|
||||||
],
|
],
|
||||||
"Dev Guides": ["dev-guide-new-shield", "dev-guide-usb-logging"],
|
"Dev Guides": ["dev-guide-new-shield", "dev-guide-usb-logging"],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue