[llvm-commits] [llvm] r129237 - /llvm/trunk/docs/GettingStartedVS.html

Oscar Fuentes ofv at wanadoo.es
Sat Apr 9 18:41:55 PDT 2011


Author: ofv
Date: Sat Apr  9 20:41:55 2011
New Revision: 129237

URL: http://llvm.org/viewvc/llvm-project?rev=129237&view=rev
Log:
Reword instructions for running tests on Visual Studio.

Suggested by Maël Hörz.

Modified:
    llvm/trunk/docs/GettingStartedVS.html

Modified: llvm/trunk/docs/GettingStartedVS.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStartedVS.html?rev=129237&r1=129236&r2=129237&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStartedVS.html (original)
+++ llvm/trunk/docs/GettingStartedVS.html Sat Apr  9 20:41:55 2011
@@ -194,7 +194,9 @@
   <ul>
     <li>If %PATH% does not contain GnuWin32, you may specify LLVM_LIT_TOOLS_DIR
     on CMake for the path to GnuWin32.</li>
-    <li>You can run LLVM tests to build the project "check".</li>
+    <li>You can run LLVM tests by merely building the project
+      "check". The test results will be shown in the VS output
+      window.</li>
   </ul>
   </li>
 





More information about the llvm-commits mailing list