Skip to content
Snippets Groups Projects
Commit 33edd5c5 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Merge branch 'gtest' into 'master'

Gtest

Add unit testing to wolf with googletest.

If the `BUILD_TESTS` option is enable in the top level `CMakeLists.txt` it will retrieve googletest from github and compiles it.

Then all wolf-tests present in the `test` folder are compiled in one single executable.
This executable can be break-down into smaller chunks - see `test/CMakeLists.txt`

Provide a very simple test as an example.

See merge request !82
parents 9b363aa7 f4776a25
No related branches found
No related tags found
1 merge request!82Gtest
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment