Skip to content

Commit

Permalink
Merge pull request #5872 from Lotterleben/unittest_gdb_doc
Browse files Browse the repository at this point in the history
unittests: document make debug
  • Loading branch information
miri64 committed Sep 27, 2016
2 parents 3c005b6 + 1bccdfe commit db8ca48
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/unittests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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``:

Expand Down

0 comments on commit db8ca48

Please sign in to comment.