Reword instructions for running tests on Visual Studio.
authorOscar Fuentes <ofv@wanadoo.es>
Sun, 10 Apr 2011 01:41:55 +0000 (01:41 +0000)
committerOscar Fuentes <ofv@wanadoo.es>
Sun, 10 Apr 2011 01:41:55 +0000 (01:41 +0000)
Suggested by Maël Hörz.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129237 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GettingStartedVS.html

index 49d10b46d7a99e93f68aa2cbf6f229c02668d5aa..113ba493994dfed56997b7a8dbe44b2aba9d1e88 100644 (file)
   <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>