diff options
-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> |