mirror of
https://github.com/google/googletest.git
synced 2025-01-14 08:27:56 +08:00
Googletest export
internal change PiperOrigin-RevId: 325799949
This commit is contained in:
parent
3af06fe166
commit
3d93f88081
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
## 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
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# 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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user