diff options
author | 2019-06-27 20:47:43 +0200 | |
---|---|---|
committer | 2019-06-27 20:47:43 +0200 | |
commit | 2889e7fdddc2bc8aa08e6b4d99e8bce606719fe2 (patch) | |
tree | 66406a6af86f4e20745356225105aee7b3344bd2 | |
parent | a8767d5d0a4fabaa56dfcae3d2a1251b21f214a0 (diff) |
Update link following changes SPEC-2027flounder
Bug-AGL: SPEC-2027
Change-Id: Ibbc840a35fa67f6472e8ac0b48eaf4bf5ded2d76
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
-rw-r--r-- | docs/2_The_test_widget.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/2_The_test_widget.md b/docs/2_The_test_widget.md index 5570073..d2bf94c 100644 --- a/docs/2_The_test_widget.md +++ b/docs/2_The_test_widget.md @@ -6,7 +6,7 @@ Now that the test tree has been created, in each directory you have to create a `CMakeLists.txt` file to hold the CMake's target definition. For each target you need to specify a **LABELS** depending on the purpose of the files for each directory. There are more explanations about using the *cmake-apps-module* (the -former *app-templates* submodule) in the [documentation website](../../../devguides/reference/2_4-Use-app-templates/README.html). +former *app-templates* submodule) in the [documentation website](../../../devguides/reference/2_4-Use-app-templates/dev_guide/0_Abstract.html). Here is a cheat sheet to map the **LABELS** target for each classic test tree directory: @@ -48,7 +48,6 @@ PROJECT_TARGET_ADD(test-fixtures) i.e the `tests` folder: - ```cmake PROJECT_TARGET_ADD(tests) |