Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
fde6af67
Unverified
Commit
fde6af67
authored
Jun 22, 2022
by
assafpr
Committed by
GitHub
Jun 22, 2022
Browse files
documentation, change mater branch to main
parent
b59ae848
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
googletest/README.md
googletest/README.md
+2
-2
No files found.
googletest/README.md
View file @
fde6af67
...
...
@@ -9,7 +9,7 @@ depends on which build system you use, and is usually straightforward.
### Build with CMake
GoogleTest comes with a CMake build script
(
[
CMakeLists.txt
](
https://github.com/google/googletest/blob/ma
ster
/CMakeLists.txt
)
)
(
[
CMakeLists.txt
](
https://github.com/google/googletest/blob/ma
in
/CMakeLists.txt
)
)
that can be used on a wide range of platforms ("C" stands for cross-platform.).
If you don't have CMake installed already, you can download it for free from
<http://www.cmake.org/>
.
...
...
@@ -140,7 +140,7 @@ command line. Generally, these macros are named like `GTEST_XYZ` and you define
them to either 1 or 0 to enable or disable a certain feature.
We list the most frequently used macros below. For a complete list, see file
[
include/gtest/internal/gtest-port.h
](
https://github.com/google/googletest/blob/ma
ster
/googletest/include/gtest/internal/gtest-port.h
)
.
[
include/gtest/internal/gtest-port.h
](
https://github.com/google/googletest/blob/ma
in
/googletest/include/gtest/internal/gtest-port.h
)
.
### Multi-threaded Tests
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment