1
0
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:
Lotte Steenbrink 2016-09-27 11:28:35 -07:00
parent 3c005b64b6
commit 1bccdfe9c2

View File

@ -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]]).
You can debug your tests by running
```bash
make debug
```
and using GDB as usual.
### Other output formats
Other output formats using [*embUnit*](http://embunit.sourceforge.net/)'s ``textui`` library are available by setting the environment variable ``OUTPUT``: