Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
googletest
Commits
36066cfe
Commit
36066cfe
authored
Jul 11, 2018
by
Gennadiy Civil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more formatting [skip ci]
parent
74cccf49
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
17 deletions
+0
-17
primer.md
googletest/docs/primer.md
+0
-17
No files found.
googletest/docs/primer.md
View file @
36066cfe
...
...
@@ -560,23 +560,6 @@ gtest\_main library and you are good to go.
NOTE:
`ParseGUnitFlags()`
is deprecated in favor of
`InitGoogleTest()`
.
## Creating and Building Test Programs
Now that we've learned how to write a test program, we need to tell the build
system to build it. The exact steps differ from one OS to another.
If you work on Linux, follow the instructions
[
here
](
howto_cpp#LinuxTarget
)
.
If you work on the Mac, follow the instructions
[
here
](
howto_cpp_mac
)
.
If you work on Windows, consult existing test programs in your project, as the
syntax for a test program build target may differ slightly from project to
project. When compiling googletest and your tests, please do
**not**
use the
`/Wp64`
MSVC flag. It is broken and
[
deprecated
](
http://msdn.microsoft.com/en-us/library/yt4xw8fh.aspx
)
by
Microsoft. We don't guarantee that googletest will compile warning-free with
that flag (as it's often technically infeasible given the flag's broken nature).
## Known Limitations
*
Google Test is designed to be thread-safe. The implementation is thread-safe
...
...
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