We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d8be87 commit 8a7d638Copy full SHA for 8a7d638
README.md
@@ -94,6 +94,12 @@ for writing unit tests for C and C++ programs. The tests are in
94
`check_whitespace_test.cpp`, which has a `.cpp` extension because
95
tests in GoogleTest are actually C++ (`.cpp`) instead of just C.
96
97
+If you are using lab machines the `gtest` libraries have already been installed,
98
+but if you want to run the tests on your local machine, then you'll need to install them.
99
+
100
+Curtis Larson of Utah Tech has provided [good instructions](https://cit.dixie.edu/faculty/larsen/google-test-installation.php)
101
+on installing the `gtest` suite on various OS's.
102
103
Below are examples of a few tests in GoogleTests:
104
105
```c++
0 commit comments