[llvm] r263309 - Fix the docs I broke
Chris Matthews via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 11 15:31:02 PST 2016
Author: cmatthews
Date: Fri Mar 11 17:31:02 2016
New Revision: 263309
URL: http://llvm.org/viewvc/llvm-project?rev=263309&view=rev
Log:
Fix the docs I broke
Modified:
llvm/trunk/docs/TestSuiteMakefileGuide.rst
Modified: llvm/trunk/docs/TestSuiteMakefileGuide.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/TestSuiteMakefileGuide.rst?rev=263309&r1=263308&r2=263309&view=diff
==============================================================================
--- llvm/trunk/docs/TestSuiteMakefileGuide.rst (original)
+++ llvm/trunk/docs/TestSuiteMakefileGuide.rst Fri Mar 11 17:31:02 2016
@@ -115,6 +115,7 @@ To run the test suite, you need to use t
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 t
#. 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 t
#. 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)
More information about the llvm-commits
mailing list