[llvm] 1363fb8 - [Docs] Update googletest docs link.
via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 30 08:25:10 PDT 2021
Author: oToToT
Date: 2021-03-30T23:20:23+08:00
New Revision: 1363fb8ca6ce432ad6d057aaa0e144616917999a
URL: https://github.com/llvm/llvm-project/commit/1363fb8ca6ce432ad6d057aaa0e144616917999a
DIFF: https://github.com/llvm/llvm-project/commit/1363fb8ca6ce432ad6d057aaa0e144616917999a.diff
LOG: [Docs] Update googletest docs link.
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
Added:
Modified:
llvm/docs/TestingGuide.rst
Removed:
################################################################################
diff --git a/llvm/docs/TestingGuide.rst b/llvm/docs/TestingGuide.rst
index dd8601f3062c..64c1c0ea78eb 100644
--- a/llvm/docs/TestingGuide.rst
+++ b/llvm/docs/TestingGuide.rst
@@ -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
More information about the llvm-commits
mailing list