diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-03 15:28:03 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-10 10:53:48 +0200 |
commit | a1369a945cf63495a5757fb22728a3ff9f4a6463 (patch) | |
tree | 628315a0aba61e80055aed5676834fef564bb249 /docs/WriteYourTests/1_BindingConfiguration.md | |
parent | 9754027e66b3ec8bd399589fc446c28da549f8c8 (diff) |
Update documentation
This adds some instructions to build test widget using SDK
and basic instruction on how to test natively on your host
as well as on a target board.
Change-Id: I9af1a099c57fcd3e330fb505b16426309f3fb93d
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'docs/WriteYourTests/1_BindingConfiguration.md')
-rw-r--r-- | docs/WriteYourTests/1_BindingConfiguration.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/WriteYourTests/1_BindingConfiguration.md b/docs/WriteYourTests/1_BindingConfiguration.md index 90b7e8d..2bd31c5 100644 --- a/docs/WriteYourTests/1_BindingConfiguration.md +++ b/docs/WriteYourTests/1_BindingConfiguration.md @@ -1,4 +1,4 @@ -# Binding configuration +# Test configuration The file `aft-test.json` contains the controller binding configuration. Here, you have to change or define the *files* key in the *args* object of the @@ -109,4 +109,4 @@ and another example which tests the low-can api: }] }] } -```
\ No newline at end of file +``` |