Skip to content

Commit 8a7d638

Browse files
authored
Update README.md
Added link to resource for installing `gtest` suite on various OS's
1 parent 8d8be87 commit 8a7d638

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,12 @@ for writing unit tests for C and C++ programs. The tests are in
9494
`check_whitespace_test.cpp`, which has a `.cpp` extension because
9595
tests in GoogleTest are actually C++ (`.cpp`) instead of just C.
9696

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+
97103
Below are examples of a few tests in GoogleTests:
98104

99105
```c++

0 commit comments

Comments
 (0)