mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-20 12:03:52 +01:00
unittests: document make debug
This commit is contained in:
parent
3c005b64b6
commit
1bccdfe9c2
@ -24,6 +24,13 @@ make term
|
|||||||
|
|
||||||
or flash them to your board as you would flash any RIOT application to the board (see [[board documentation|RIOT-Platforms]]).
|
or flash them to your board as you would flash any RIOT application to the board (see [[board documentation|RIOT-Platforms]]).
|
||||||
|
|
||||||
|
You can debug your tests by running
|
||||||
|
|
||||||
|
```bash
|
||||||
|
make debug
|
||||||
|
```
|
||||||
|
and using GDB as usual.
|
||||||
|
|
||||||
### Other output formats
|
### Other output formats
|
||||||
Other output formats using [*embUnit*](http://embunit.sourceforge.net/)'s ``textui`` library are available by setting the environment variable ``OUTPUT``:
|
Other output formats using [*embUnit*](http://embunit.sourceforge.net/)'s ``textui`` library are available by setting the environment variable ``OUTPUT``:
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user