From 2889e7fdddc2bc8aa08e6b4d99e8bce606719fe2 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Thu, 27 Jun 2019 20:47:43 +0200 Subject: Update link following changes SPEC-2027 Bug-AGL: SPEC-2027 Change-Id: Ibbc840a35fa67f6472e8ac0b48eaf4bf5ded2d76 Signed-off-by: Sebastien Douheret --- docs/2_The_test_widget.md | 3 +-- 1 file changed, 1 insertion(+), 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) -- cgit 1.2.3-korg