Merge pull request #5872 from Lotterleben/unittest_gdb_doc

unittests: document make debug
This commit is contained in:
Martine Lenders 2016-09-27 20:56:21 +02:00 committed by GitHub
commit db8ca48fc6

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``: