diff options
author | Chris Matthews <cmatthews5@apple.com> | 2016-03-11 23:31:02 +0000 |
---|---|---|
committer | Chris Matthews <cmatthews5@apple.com> | 2016-03-11 23:31:02 +0000 |
commit | 7d0ec128c98e1592a07b6cf615dadfcdd3fa733a (patch) | |
tree | 2bd637b679a122c10c52fecfb66df36d48fd2054 | |
parent | 037fee594b7c7a4d5e49337b0d48cc316cb4f136 (diff) | |
download | bcm5719-llvm-7d0ec128c98e1592a07b6cf615dadfcdd3fa733a.tar.gz bcm5719-llvm-7d0ec128c98e1592a07b6cf615dadfcdd3fa733a.zip |
Fix the docs I broke
llvm-svn: 263309
-rw-r--r-- | llvm/docs/TestSuiteMakefileGuide.rst | 3 |
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) |