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
3d93f880
Commit
3d93f880
authored
Aug 10, 2020
by
Abseil Team
Committed by
Gennadiy Rozental
Aug 12, 2020
Browse files
Googletest export
internal change PiperOrigin-RevId: 325799949
parent
3af06fe1
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
0 deletions
+8
-0
googletest/docs/advanced.md
googletest/docs/advanced.md
+2
-0
googletest/docs/faq.md
googletest/docs/faq.md
+2
-0
googletest/docs/pkgconfig.md
googletest/docs/pkgconfig.md
+2
-0
googletest/docs/primer.md
googletest/docs/primer.md
+2
-0
No files found.
googletest/docs/advanced.md
View file @
3d93f880
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
<!-- GOOGLETEST_CM0016 DO NOT DELETE -->
<!-- GOOGLETEST_CM0016 DO NOT DELETE -->
<!-- GOOGLETEST_CM0035 DO NOT DELETE -->
## Introduction
## Introduction
Now that you have read the
[
googletest Primer
](
primer.md
)
and learned how to
Now that you have read the
[
googletest Primer
](
primer.md
)
and learned how to
...
...
googletest/docs/faq.md
View file @
3d93f880
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
<!-- GOOGLETEST_CM0014 DO NOT DELETE -->
<!-- GOOGLETEST_CM0014 DO NOT DELETE -->
<!-- GOOGLETEST_CM0035 DO NOT DELETE -->
## Why should test suite names and test names not contain underscore?
## Why should test suite names and test names not contain underscore?
Underscore (
`_`
) is special, as C++ reserves the following to be used by the
Underscore (
`_`
) is special, as C++ reserves the following to be used by the
...
...
googletest/docs/pkgconfig.md
View file @
3d93f880
## Using GoogleTest from various build systems
## Using GoogleTest from various build systems
<!-- GOOGLETEST_CM0035 DO NOT DELETE -->
GoogleTest comes with pkg-config files that can be used to determine all
GoogleTest comes with pkg-config files that can be used to determine all
necessary flags for compiling and linking to GoogleTest (and GoogleMock).
necessary flags for compiling and linking to GoogleTest (and GoogleMock).
Pkg-config is a standardised plain-text format containing
Pkg-config is a standardised plain-text format containing
...
...
googletest/docs/primer.md
View file @
3d93f880
# Googletest Primer
# Googletest Primer
<!-- GOOGLETEST_CM0035 DO NOT DELETE -->
## Introduction: Why googletest?
## Introduction: Why googletest?
*googletest*
helps you write better C++ tests.
*googletest*
helps you write better C++ 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