summaryrefslogtreecommitdiff
path: root/docs/TestSuiteMakefileGuide.rst
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
commit053b5e9854d311fb4ac64957aa68d11e8c029e67 (patch)
treeecfc3d92cec8e01d7a16934c221163058231da83 /docs/TestSuiteMakefileGuide.rst
parentb18a07cf76ddc1ca73935d77013938af8adda919 (diff)
Fix the docs I broke
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@263309 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/TestSuiteMakefileGuide.rst')
-rw-r--r--docs/TestSuiteMakefileGuide.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/TestSuiteMakefileGuide.rst b/docs/TestSuiteMakefileGuide.rst
index d0be9a12394..b6f32262b06 100644
--- a/docs/TestSuiteMakefileGuide.rst
+++ b/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)