mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-29 00:21:14 +00:00
Reformat the beginning of the testing doc to make clear how to run all the tests.
llvm-svn: 371001
This commit is contained in:
parent
29ccc8523a
commit
b7ebdbdb35
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user