Commit 463bc8ba0e032bdf0490f6c59de5f1e5d9fe24f0
Committed by
GitHub
1 parent
1d2d1f94
Update readme to be in line with the latest merge
Showing
1 changed file
with
1 additions
and
1 deletions
README.md
| ... | ... | @@ -140,7 +140,7 @@ target_link_libraries(<executable> hueplusplusstatic) |
| 140 | 140 | This will check if the hueplusplus library was found by find_package() and if not it will use the specified path to the library source and compile it during the build process. |
| 141 | 141 | |
| 142 | 142 | ### Running tests |
| 143 | -If you additionally want to run the tests you will currently need to checkout the development branch and use cmake with the option -Dhueplusplus_TESTS=ON. Testing is done with Google gtest and gmock. Note that you wont need to install gtest/gmock yourself, because cmake will automatically download them and include them during the build. Since I added a custom target you will only need to call "make unittest" and the tests are compiled and executed. | |
| 143 | +If you additionally want to run the tests use cmake with the option -Dhueplusplus_TESTS=ON. Testing is done with Google gtest and gmock. Note that you wont need to install gtest/gmock yourself, because cmake will automatically download them and include them during the build. Since I added a custom target you will only need to call "make unittest" and the tests are compiled and executed. | |
| 144 | 144 | ```bash |
| 145 | 145 | mkdir build |
| 146 | 146 | cd build | ... | ... |