gtest-all.cpp -> gtest-all.cc

This commit is contained in:
Carl Pearson
2024-11-07 13:41:16 -07:00
parent 0942e89158
commit 4f8cb6aa35
6 changed files with 3 additions and 3 deletions

View File

@@ -26,5 +26,5 @@ EOF
3. Compile together:
```bash
g++ --std=c++14 -I gtest-<version> main.cpp gtest-<version>/gtest-all.cpp
g++ --std=c++14 -I gtest-<version> main.cpp gtest-<version>/gtest-all.cc
```