From b2fd1814c7c8a2210c9eccaec30d3c4d04139d4e Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Sat, 13 May 2023 18:55:47 +0200 Subject: [PATCH] pkg: fix remaining broken paths to tests --- pkg/doc.txt | 2 +- pkg/wolfssl/doc.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/doc.txt b/pkg/doc.txt index 57446f1114..1cf6a25e1c 100644 --- a/pkg/doc.txt +++ b/pkg/doc.txt @@ -96,7 +96,7 @@ * `foo`must be located in `/foo`. * * An example can be found in - * [`tests/external_pkg_dirs`](https://github.com/RIOT-OS/RIOT/tree/master/tests/external_pkg_dirs) + * [`tests/build_system/external_pkg_dirs`](https://github.com/RIOT-OS/RIOT/tree/master/tests/build_system/external_pkg_dirs) * * RIOT welcomes new and useful packages. If you'd like to share your work, * consider [contributing](https://github.com/RIOT-OS/RIOT/tree/master/CONTRIBUTING.md). diff --git a/pkg/wolfssl/doc.txt b/pkg/wolfssl/doc.txt index 7fc2e2d5f0..e125d87e93 100644 --- a/pkg/wolfssl/doc.txt +++ b/pkg/wolfssl/doc.txt @@ -127,7 +127,7 @@ * platforms. * * ```makefile - * cd /RIOT/tests/wolfssl-test + * cd /RIOT/tests/pkg/wolfssl-test * make * ./bin/native/wolfssl-test.elf # execute native port * ``` @@ -138,7 +138,7 @@ * and memory requirements * * ```makefile - * cd /RIOT/tests/wolfcrypt-ed25519-verify + * cd /RIOT/tests/pkg/wolfcrypt-ed25519-verify * make * ./bin/native/wolfcrypt-ed25519-verify.elf # execute native port * ```