diff --git a/llvm/docs/TestingGuide.rst b/llvm/docs/TestingGuide.rst --- a/llvm/docs/TestingGuide.rst +++ b/llvm/docs/TestingGuide.rst @@ -110,11 +110,11 @@ Unit and Regression tests ------------------------- -To run all of the LLVM unit tests use the check-llvm-unit target: +To run all of the LLVM unit tests use the UnitTests target: .. code-block:: bash - % make check-llvm-unit + % make UnitTests To run all of the LLVM regression tests use the check-llvm target: