summaryrefslogtreecommitdiffstats
path: root/www/get_started.html
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2016-09-26 13:22:34 +0000
committerSylvestre Ledru <sylvestre@debian.org>2016-09-26 13:22:34 +0000
commitfdc0febba75c978ff2dd2f373a3ea89ba3698e9f (patch)
treedb77d5a14ea533e957b918dc76f9346737136283 /www/get_started.html
parent81b2d4e23812503a6de246f39a20757263b58a87 (diff)
In the get started page, also explain how to start the testsuite
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@282402 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/get_started.html')
-rw-r--r--www/get_started.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/get_started.html b/www/get_started.html
index 0039b56030..05925969f8 100644
--- a/www/get_started.html
+++ b/www/get_started.html
@@ -118,6 +118,11 @@ follows:</p>
<li><tt>clang file.c -S -O3 -o -</tt> (output native machine code)</li>
</ul>
</li>
+ <li>Run the testsuite:
+ <ul>
+ <li><tt>make check-clang</tt></li>
+ </ul>
+ </li>
</ol>
<p>If you encounter problems while building Clang, make sure that your LLVM