diff --git a/llvm/docs/TestingGuide.rst b/llvm/docs/TestingGuide.rst --- a/llvm/docs/TestingGuide.rst +++ b/llvm/docs/TestingGuide.rst @@ -44,8 +44,8 @@ Unit tests ---------- -Unit tests are written using `Google Test `_ -and `Google Mock `_ +Unit tests are written using `Google Test `_ +and `Google Mock `_ 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