1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-18 02:53:52 +01:00

sys: fix remaining broken paths to tests

This commit is contained in:
Alexandre Abadie 2023-05-13 19:01:13 +02:00
parent b2fd1814c7
commit c735b958cc
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
5 changed files with 5 additions and 5 deletions

View File

@ -197,7 +197,7 @@
* *
* Testing is done with the help of the fido2-tests package based on the [solokeys fido2-tests](https://github.com/solokeys/fido2-tests). * Testing is done with the help of the fido2-tests package based on the [solokeys fido2-tests](https://github.com/solokeys/fido2-tests).
* *
* For for more information about testing the FIDO2 CTAP implementation refer to the README of the test application (`/tests/sys_fido2_ctap`). * For for more information about testing the FIDO2 CTAP implementation refer to the README of the test application (`/tests/sys/fido2_ctap`).
* *
* **Todo** * **Todo**
* *

View File

@ -18,7 +18,7 @@
* runtime, or via a precomputed initializer. * runtime, or via a precomputed initializer.
* *
* Precomputing the frac_t values can be done via the application found in * Precomputing the frac_t values can be done via the application found in
* `tests/frac-config` in the RIOT tree. * `tests/sys/frac-config` in the RIOT tree.
* *
* ### Numeric precision * ### Numeric precision
* *

View File

@ -30,7 +30,7 @@
* even before kernel initialization. * even before kernel initialization.
* Memory properties are hardware specific and can depend on environmental conditions. * Memory properties are hardware specific and can depend on environmental conditions.
* Thus, they should be evaluated for each individual deployment. A basic * Thus, they should be evaluated for each individual deployment. A basic
* testing tool is provided in /RIOT/tests/puf_sram. * testing tool is provided in /RIOT/tests/sys/puf_sram.
* *
* # Soft-reset detection * # Soft-reset detection
* *

View File

@ -30,7 +30,7 @@ static int _nib_route(int argc, char **argv);
static int _nib_abr(int argc, char **argv); static int _nib_abr(int argc, char **argv);
#endif /* CONFIG_GNRC_IPV6_NIB_MULTIHOP_P6C */ #endif /* CONFIG_GNRC_IPV6_NIB_MULTIHOP_P6C */
/* TODO: updated tests/gnrc_dhcpv6_client to no longer abuse this shell command /* TODO: updated tests/net/gnrc_dhcpv6_client to no longer abuse this shell command
* and add static qualifier */ * and add static qualifier */
int _gnrc_ipv6_nib(int argc, char **argv) int _gnrc_ipv6_nib(int argc, char **argv)
{ {

View File

@ -1853,7 +1853,7 @@ static int _gnrc_netif_send(int argc, char **argv)
SHELL_COMMAND(txtsnd, "Sends a custom string as is over the link layer", _gnrc_netif_send); SHELL_COMMAND(txtsnd, "Sends a custom string as is over the link layer", _gnrc_netif_send);
#endif #endif
/* TODO: updated tests/gnrc_dhcpv6_client to no longer abuse this shell command /* TODO: updated tests/net/gnrc_dhcpv6_client to no longer abuse this shell command
* and add static qualifier */ * and add static qualifier */
int _gnrc_netif_config(int argc, char **argv) int _gnrc_netif_config(int argc, char **argv)
{ {