[libcxx-commits] [libcxx] r371001 - Reformat the beginning of the testing doc to make clear how to run all the tests.
Marshall Clow via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Sep 4 17:38:36 PDT 2019
Author: marshall
Date: Wed Sep 4 17:38:36 2019
New Revision: 371001
URL: http://llvm.org/viewvc/llvm-project?rev=371001&view=rev
Log:
Reformat the beginning of the testing doc to make clear how to run all the tests.
Modified:
libcxx/trunk/docs/TestingLibcxx.rst
Modified: libcxx/trunk/docs/TestingLibcxx.rst
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/docs/TestingLibcxx.rst?rev=371001&r1=371000&r2=371001&view=diff
==============================================================================
--- libcxx/trunk/docs/TestingLibcxx.rst (original)
+++ libcxx/trunk/docs/TestingLibcxx.rst Wed Sep 4 17:38:36 2019
@@ -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.
More information about the libcxx-commits
mailing list