Commit fa9a4768 authored by Gennadiy Civil's avatar Gennadiy Civil
Browse files

Formatting Changes, README

parent 89656ddb
...@@ -103,9 +103,11 @@ result output. If your test runner understands TAP, you may find it useful. ...@@ -103,9 +103,11 @@ result output. If your test runner understands TAP, you may find it useful.
[gtest-parallel](https://github.com/google/gtest-parallel) is a test runner that [gtest-parallel](https://github.com/google/gtest-parallel) is a test runner that
runs tests from your binary in parallel to provide significant speed-up. runs tests from your binary in parallel to provide significant speed-up.
[GoogleTest Adapter](https://marketplace.visualstudio.com/items?itemName=DavidSchuldenfrei.gtest-adapter) is a VS Code extension allowing to view Google Tests in a tree view, and run/debug your tests. [GoogleTest Adapter](https://marketplace.visualstudio.com/items?itemName=DavidSchuldenfrei.gtest-adapter)
is a VS Code extension allowing to view Google Tests in a tree view, and
run/debug your tests.
## Requirements ## ## Requirements
Google Test is designed to have fairly minimal requirements to build and use Google Test is designed to have fairly minimal requirements to build and use
with your projects, but there are some. If you notice any problems on your with your projects, but there are some. If you notice any problems on your
...@@ -126,7 +128,7 @@ package: ...@@ -126,7 +128,7 @@ package:
## Contributing change ## Contributing change
Please read the [`CONTRIBUTING.md`](CONTRIBUTING.md) for details on Please read the [`CONTRIBUTING.md`](CONTRIBUTING.md) for details on how to
how to contribute to this project. contribute to this project.
Happy testing! Happy testing!
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment