Skip to content

Commit

Permalink
[Docs] Update googletest docs link.
Browse files Browse the repository at this point in the history
The documentation link of Google Test on GitHub have been moved to the
top-level docs directory.
Thus, the original link is invalid now.

Reviewed By: Pavel Labath

Differential Revision: https://reviews.llvm.org/D99559
  • Loading branch information
oToToT committed Mar 30, 2021
1 parent bc4b0fc commit 1363fb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/docs/TestingGuide.rst
Expand Up @@ -44,8 +44,8 @@ in use although we run them much more often than nightly.
Unit tests
----------

Unit tests are written using `Google Test <https://github.com/google/googletest/blob/master/googletest/docs/primer.md>`_
and `Google Mock <https://github.com/google/googletest/blob/master/googlemock/docs/for_dummies.md>`_
Unit tests are written using `Google Test <https://github.com/google/googletest/blob/master/docs/primer.md>`_
and `Google Mock <https://github.com/google/googletest/blob/master/docs/gmock_for_dummies.md>`_
and are located in the ``llvm/unittests`` directory.
In general unit tests are reserved for targeting the support library and other
generic data structure, we prefer relying on regression tests for testing
Expand Down

0 comments on commit 1363fb8

Please sign in to comment.