mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 00:29:46 +01:00
pkg: fix remaining broken paths to tests
This commit is contained in:
parent
0cdeafd85d
commit
b2fd1814c7
@ -96,7 +96,7 @@
|
||||
* `foo`must be located in `<PATH_IN_EXTERNAL_PKG_DIRS>/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).
|
||||
|
@ -127,7 +127,7 @@
|
||||
* platforms.
|
||||
*
|
||||
* ```makefile
|
||||
* cd <path-to>/RIOT/tests/wolfssl-test
|
||||
* cd <path-to>/RIOT/tests/pkg/wolfssl-test
|
||||
* make
|
||||
* ./bin/native/wolfssl-test.elf # execute native port
|
||||
* ```
|
||||
@ -138,7 +138,7 @@
|
||||
* and memory requirements
|
||||
*
|
||||
* ```makefile
|
||||
* cd <path-to>/RIOT/tests/wolfcrypt-ed25519-verify
|
||||
* cd <path-to>/RIOT/tests/pkg/wolfcrypt-ed25519-verify
|
||||
* make
|
||||
* ./bin/native/wolfcrypt-ed25519-verify.elf # execute native port
|
||||
* ```
|
||||
|
Loading…
Reference in New Issue
Block a user