From fdc0febba75c978ff2dd2f373a3ea89ba3698e9f Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru <sylvestre@debian.org> Date: Mon, 26 Sep 2016 13:22:34 +0000 Subject: [PATCH] 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 --- www/get_started.html | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.40.0