From b7ebdbdb357fd798cfb6cf2e5fd6fa31c35de8b8 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Thu, 5 Sep 2019 00:38:36 +0000 Subject: [PATCH] Reformat the beginning of the testing doc to make clear how to run all the tests. llvm-svn: 371001 --- libcxx/docs/TestingLibcxx.rst | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/libcxx/docs/TestingLibcxx.rst b/libcxx/docs/TestingLibcxx.rst index d8060fe..eaba214 100644 --- a/libcxx/docs/TestingLibcxx.rst +++ b/libcxx/docs/TestingLibcxx.rst @@ -8,11 +8,14 @@ Testing libc++ Getting Started =============== -libc++ uses LIT to configure and run its tests. The primary way to run the -libc++ tests is by using make check-libcxx. However since libc++ can be used -in any number of possible configurations it is important to customize the way -LIT builds and runs the tests. This guide provides information on how to use -LIT directly to test libc++. +libc++ uses LIT to configure and run its tests. + +The primary way to run the libc++ tests is by using `make check-libcxx`. + +However since libc++ can be used in any number of possible +configurations it is important to customize the way LIT builds and runs +the tests. This guide provides information on how to use LIT directly to +test libc++. Please see the `Lit Command Guide`_ for more information about LIT. -- 2.7.4