summaryrefslogtreecommitdiffstats
path: root/libcxx/docs
diff options
context:
space:
mode:
authorMarshall Clow <mclow.lists@gmail.com>2019-09-05 00:38:36 +0000
committerMarshall Clow <mclow.lists@gmail.com>2019-09-05 00:38:36 +0000
commitb7ebdbdb357fd798cfb6cf2e5fd6fa31c35de8b8 (patch)
tree2764bdd92ea340a1abe2d9433e237986887790c7 /libcxx/docs
parent29ccc8523a4ab0c245b8a62664db34f28adf4451 (diff)
downloadbcm5719-llvm-b7ebdbdb357fd798cfb6cf2e5fd6fa31c35de8b8.tar.gz
bcm5719-llvm-b7ebdbdb357fd798cfb6cf2e5fd6fa31c35de8b8.zip
Reformat the beginning of the testing doc to make clear how to run all the tests.
llvm-svn: 371001
Diffstat (limited to 'libcxx/docs')
-rw-r--r--libcxx/docs/TestingLibcxx.rst13
1 files changed, 8 insertions, 5 deletions
diff --git a/libcxx/docs/TestingLibcxx.rst b/libcxx/docs/TestingLibcxx.rst
index d8060fed1f1..eaba214390d 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.
OpenPOWER on IntegriCloud