diff --git a/docs/CMake.html b/docs/CMake.html index fc729af1740..e303d132b59 100644 --- a/docs/CMake.html +++ b/docs/CMake.html @@ -339,6 +339,12 @@ on Visual C++ and Xcode, "-sv" on others. +
make check
-Testing is not supported on Visual Studio.
+On Visual Studio, you may run tests to build the project "check".
diff --git a/docs/GettingStartedVS.html b/docs/GettingStartedVS.html index 96b7bfe928b..7417f4aaa9b 100644 --- a/docs/GettingStartedVS.html +++ b/docs/GettingStartedVS.html @@ -112,7 +112,8 @@If you would like to run the LLVM tests you will need Python. Versions 2.4-2.7 are known to - work.
+ work. You will need "GnuWin32" + tools, too.Do not install the LLVM directory tree into a path containing spaces (e.g. C:\Documents and Settings\...) as the configure step will fail.
@@ -191,6 +192,15 @@ program will print the corresponding fibonacci value. +