diff options
author | Oscar Fuentes <ofv@wanadoo.es> | 2011-04-10 01:41:55 +0000 |
---|---|---|
committer | Oscar Fuentes <ofv@wanadoo.es> | 2011-04-10 01:41:55 +0000 |
commit | bbe9d344a1a5aac32638781ec3dd890a6751adc7 (patch) | |
tree | 0cfbd2f8d95e7fbeccd9ea7a3602fd8e840394e9 | |
parent | d7bb295d223e028aa9ba7fbeafc8928db4a74972 (diff) | |
download | external_llvm-bbe9d344a1a5aac32638781ec3dd890a6751adc7.zip external_llvm-bbe9d344a1a5aac32638781ec3dd890a6751adc7.tar.gz external_llvm-bbe9d344a1a5aac32638781ec3dd890a6751adc7.tar.bz2 |
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
-rw-r--r-- | docs/GettingStartedVS.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/GettingStartedVS.html b/docs/GettingStartedVS.html index 49d10b4..113ba49 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> |