summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Matthews <cmatthews5@apple.com>2016-03-11 23:31:02 +0000
committerChris Matthews <cmatthews5@apple.com>2016-03-11 23:31:02 +0000
commit7d0ec128c98e1592a07b6cf615dadfcdd3fa733a (patch)
tree2bd637b679a122c10c52fecfb66df36d48fd2054
parent037fee594b7c7a4d5e49337b0d48cc316cb4f136 (diff)
downloadbcm5719-llvm-7d0ec128c98e1592a07b6cf615dadfcdd3fa733a.tar.gz
bcm5719-llvm-7d0ec128c98e1592a07b6cf615dadfcdd3fa733a.zip
Fix the docs I broke
llvm-svn: 263309
-rw-r--r--llvm/docs/TestSuiteMakefileGuide.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/TestSuiteMakefileGuide.rst b/llvm/docs/TestSuiteMakefileGuide.rst
index d0be9a12394..b6f32262b06 100644
--- a/llvm/docs/TestSuiteMakefileGuide.rst
+++ b/llvm/docs/TestSuiteMakefileGuide.rst
@@ -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)
OpenPOWER on IntegriCloud