polybar/tests
patrick96 4ef2bd5575 fix(test): Gtest compilation failure
In master gtest fails to build with the error

/home/travis/build/polybar/polybar/build/googletest-src/googlemock/include/gmock/gmock-more-actions.h:138:1: error: ISO C++11 requires at least one argument for the "..." in a variadic macro [-Werror]
 ACTION_P(ReturnPointee, pointer) { return *pointer; }

We had a lot of failed builds because gtest often breaks stuff in
master. From now on we will just use a release tag. Whenever there is a
new release, we manually update this file.

Ref: google/googletest#2678
2020-01-22 00:33:07 +01:00
..
common refactor(test): Remove old testing harness 2018-07-31 13:20:27 -07:00
unit_tests feat(label): Add minlen with alignment (#1546) 2019-12-01 01:28:41 +01:00
CMakeLists.txt feat(label): Add minlen with alignment (#1546) 2019-12-01 01:28:41 +01:00
CMakeLists.txt.in fix(test): Gtest compilation failure 2020-01-22 00:33:07 +01:00