diff --git a/libcxx/docs/TestingLibcxx.rst b/libcxx/docs/TestingLibcxx.rst index 55f84a312e85c8..3d43a66745bedf 100644 --- a/libcxx/docs/TestingLibcxx.rst +++ b/libcxx/docs/TestingLibcxx.rst @@ -26,7 +26,7 @@ Please see the `Lit Command Guide`_ for more information about LIT. Usage ----- -After building libc++, you can run parts of the libc++ test suite by simply +After :ref:`building libc++ `, you can run parts of the libc++ test suite by simply running ``llvm-lit`` on a specified test or directory. If you're unsure whether the required libraries have been built, you can use the ``cxx-test-depends`` target. For example: