summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2011-04-10 01:41:55 +0000
committerOscar Fuentes <ofv@wanadoo.es>2011-04-10 01:41:55 +0000
commitbbe9d344a1a5aac32638781ec3dd890a6751adc7 (patch)
tree0cfbd2f8d95e7fbeccd9ea7a3602fd8e840394e9 /docs
parentd7bb295d223e028aa9ba7fbeafc8928db4a74972 (diff)
downloadllvm-bbe9d344a1a5aac32638781ec3dd890a6751adc7.tar.gz
llvm-bbe9d344a1a5aac32638781ec3dd890a6751adc7.tar.bz2
llvm-bbe9d344a1a5aac32638781ec3dd890a6751adc7.tar.xz
Reword instructions for running tests on Visual Studio.
Suggested by Maël Hörz. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129237 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/GettingStartedVS.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/GettingStartedVS.html b/docs/GettingStartedVS.html
index 49d10b46d7..113ba49399 100644
--- a/docs/GettingStartedVS.html
+++ b/docs/GettingStartedVS.html
@@ -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>