Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Balazs Nadasdi committed Jan 16, 2017
1 parent e8340ca commit a52026a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
@@ -1,9 +1,20 @@
[![Build Status](https://travis-ci.org/Yitsushi/cpp-commander.svg?branch=master)](https://travis-ci.org/Yitsushi/cpp-commander)

[![Coverage Status](https://coveralls.io/repos/github/Yitsushi/cpp-commander/badge.svg?branch=master)](https://coveralls.io/github/Yitsushi/cpp-commander?branch=master)

# Testing

```
$ cmake . && cmake --build . && ctest
```

If you want an awesome coverage report, you have to enable it while calling `cmake`.

```
$ cmake -DCMAKE_BUILD_TYPE=Debug -DWITHCOVERAGE=1 . && \
cmake --build . && \
make coverage
```

# Example

Check `examples` directory.

0 comments on commit a52026a

Please sign in to comment.