1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg: fix remaining broken paths to tests

This commit is contained in:
Alexandre Abadie 2023-05-13 18:55:47 +02:00
parent 0cdeafd85d
commit b2fd1814c7
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 3 additions and 3 deletions

View File

@ -96,7 +96,7 @@
* `foo`must be located in `<PATH_IN_EXTERNAL_PKG_DIRS>/foo`. * `foo`must be located in `<PATH_IN_EXTERNAL_PKG_DIRS>/foo`.
* *
* An example can be found in * 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, * 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). * consider [contributing](https://github.com/RIOT-OS/RIOT/tree/master/CONTRIBUTING.md).

View File

@ -127,7 +127,7 @@
* platforms. * platforms.
* *
* ```makefile * ```makefile
* cd <path-to>/RIOT/tests/wolfssl-test * cd <path-to>/RIOT/tests/pkg/wolfssl-test
* make * make
* ./bin/native/wolfssl-test.elf # execute native port * ./bin/native/wolfssl-test.elf # execute native port
* ``` * ```
@ -138,7 +138,7 @@
* and memory requirements * and memory requirements
* *
* ```makefile * ```makefile
* cd <path-to>/RIOT/tests/wolfcrypt-ed25519-verify * cd <path-to>/RIOT/tests/pkg/wolfcrypt-ed25519-verify
* make * make
* ./bin/native/wolfcrypt-ed25519-verify.elf # execute native port * ./bin/native/wolfcrypt-ed25519-verify.elf # execute native port
* ``` * ```