mirror of
https://github.com/google/googletest.git
synced 2025-12-06 16:57:00 +08:00
Right now, gtest documentation uses different #include syntax. The quickstart pages (e.g., http://google.github.io/googletest/quickstart-bazel.html#create-and-run-a-binary) are checked in with `#include <gtest/gtest.h>` However, other documentation (such as the primer) uses `#include "gtest/gtest.h"` (e.g., https://google.github.io/googletest/primer.html#writing-the-main-function). PiperOrigin-RevId: 551878641 Change-Id: Iab93cc1da3ef4870a07b624071b75d6e9d3568c1 |
||
|---|---|---|
| .. | ||
| _data | ||
| _layouts | ||
| _sass | ||
| assets/css | ||
| reference | ||
| _config.yml | ||
| advanced.md | ||
| community_created_documentation.md | ||
| faq.md | ||
| gmock_cheat_sheet.md | ||
| gmock_cook_book.md | ||
| gmock_faq.md | ||
| gmock_for_dummies.md | ||
| index.md | ||
| pkgconfig.md | ||
| platforms.md | ||
| primer.md | ||
| quickstart-bazel.md | ||
| quickstart-cmake.md | ||
| samples.md | ||