Gtest
Compare changes
Files
7+ 3
− 2
@@ -31,6 +31,8 @@ option(BUILD_EXAMPLES "Build examples" ON)
@@ -395,10 +397,9 @@ IF(YAMLCPP_FOUND)
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.