1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Fix the docs I broke

llvm-svn: 263309
This commit is contained in:
Chris Matthews 2016-03-11 23:31:02 +00:00
parent ef7178d5f3
commit 63ebd939a3

View File

@ -115,6 +115,7 @@ To run the test suite, you need to use the following steps:
the test suite in the source tree.
.. code-block:: bash
% mkdir test-suite-build
% cd test-suite-build
% cmake ../test-suite
@ -122,6 +123,7 @@ To run the test suite, you need to use the following steps:
#. Build the benchmarks, using the makefiles CMake generated.
.. code-block:: bash
% make
Scanning dependencies of target timeit-target
[ 0%] Building C object tools/CMakeFiles/timeit-target.dir/timeit.c.o
@ -138,6 +140,7 @@ To run the test suite, you need to use the following steps:
#. Run the tests with lit:
.. code-block:: bash
% lit -v -j 1 . -o results.json
-- Testing: 474 tests, 1 threads --
PASS: test-suite :: MultiSource/Applications/ALAC/decode/alacconvert-decode.test (1 of 474)