]> granicus.if.org Git - clang/commitdiff
In the get started page, also explain how to start the testsuite
authorSylvestre Ledru <sylvestre@debian.org>
Mon, 26 Sep 2016 13:22:34 +0000 (13:22 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Mon, 26 Sep 2016 13:22:34 +0000 (13:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@282402 91177308-0d34-0410-b5e6-96231b3b80d8

www/get_started.html

index 0039b56030136d4c5cb2b7ac1216dfac81f572f6..05925969f8733acb1b27b59b79be5921e7b6f184 100644 (file)
@@ -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