mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-15 01:23:49 +01:00
sys: fix remaining broken paths to tests
This commit is contained in:
parent
b2fd1814c7
commit
c735b958cc
@ -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).
|
||||
*
|
||||
* 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**
|
||||
*
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
* runtime, or via a precomputed initializer.
|
||||
*
|
||||
* 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
|
||||
*
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
* even before kernel initialization.
|
||||
* Memory properties are hardware specific and can depend on environmental conditions.
|
||||
* 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
|
||||
*
|
||||
|
||||
@ -30,7 +30,7 @@ static int _nib_route(int argc, char **argv);
|
||||
static int _nib_abr(int argc, char **argv);
|
||||
#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 */
|
||||
int _gnrc_ipv6_nib(int argc, char **argv)
|
||||
{
|
||||
|
||||
@ -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);
|
||||
#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 */
|
||||
int _gnrc_netif_config(int argc, char **argv)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user