(C-x means ctrl+x, M-x means alt+x)
The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf:
| #include "gtest/gtest.h" | |
| using namespace testing; | |
| class ConfigurableEventListener : public TestEventListener | |
| { | |
| protected: | |
| TestEventListener* eventListener; | |
git remote add upstream https://github.com/whoever/whatever.git
git fetch upstream
| # Assuming this your tests/CMakeLists.txt (and your libs are setup in a root config) | |
| # Just make sure to include(CTest) in your *root* cmake config. | |
| # 3.9 adds support for "GoogleTest" which enumerates the tests inside | |
| # of the code and adds them to ctest. | |
| cmake_minimum_required(VERSION 3.9) | |
| # Configure google-test as a downloadable library. | |
| include(External_GTest.cmake) |