From 463bc8ba0e032bdf0490f6c59de5f1e5d9fe24f0 Mon Sep 17 00:00:00 2001 From: Moritz Wirger Date: Fri, 26 Jan 2018 22:39:37 +0100 Subject: [PATCH] Update readme to be in line with the latest merge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36c938d..336964f 100755 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ target_link_libraries( hueplusplusstatic) 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. ### Running tests -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. +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. ```bash mkdir build cd build -- libgit2 0.21.4