Skip to content
Snippets Groups Projects
Commit 3d93f880 authored by Abseil Team's avatar Abseil Team Committed by Gennadiy Rozental
Browse files

Googletest export

internal change

PiperOrigin-RevId: 325799949
parent 3af06fe1
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@
<!-- GOOGLETEST_CM0016 DO NOT DELETE -->
<!-- GOOGLETEST_CM0035 DO NOT DELETE -->
## Introduction
Now that you have read the [googletest Primer](primer.md) and learned how to
......
......@@ -2,6 +2,8 @@
<!-- GOOGLETEST_CM0014 DO NOT DELETE -->
<!-- GOOGLETEST_CM0035 DO NOT DELETE -->
## Why should test suite names and test names not contain underscore?
Underscore (`_`) is special, as C++ reserves the following to be used by the
......
## Using GoogleTest from various build systems
<!-- GOOGLETEST_CM0035 DO NOT DELETE -->
GoogleTest comes with pkg-config files that can be used to determine all
necessary flags for compiling and linking to GoogleTest (and GoogleMock).
Pkg-config is a standardised plain-text format containing
......
# Googletest Primer
<!-- GOOGLETEST_CM0035 DO NOT DELETE -->
## Introduction: Why googletest?
*googletest* helps you write better C++ tests.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment