Browse Source

Add test documentation

merge-requests/37/head
Jørgen Lien Sellæg 11 years ago
parent
commit
681323ef8a
  1. 18
      README.md

18
README.md

@ -88,3 +88,21 @@ One quick start:
}
```
For more examples see tests/
# Tests #
To run tests simply do the following:
```sh
$ cmake .
$ make
$ ctest
```
If you want an more detailed look at the tests run the binary instead
```sh
$ cmake .
$ make
$ cd tests
$ ./clangmm_tests --log_level=all
```
To see more log parameters see [here](http://www.boost.org/doc/libs/1_58_0/libs/test/doc/html/utf/user-guide/runtime-config/reference.html).

Loading…
Cancel
Save