diff --git a/clang/www/hacking.html b/clang/www/hacking.html index 2f46792d01d85..78b67cd05c53c 100755 --- a/clang/www/hacking.html +++ b/clang/www/hacking.html @@ -126,7 +126,7 @@

Testing on Unix-like Systems

about what is being run.

If you built LLVM and Clang using CMake, the test suite can be run - with make clang-test from the top-level LLVM directory.

+ with make check-clang from the top-level LLVM directory.

The tests primarily consist of a test runner script running the compiler under test on individual test files grouped in the directories under the @@ -193,8 +193,8 @@

Testing using Visual Studio on Windows

to CMake explicitly.

The cmake build tool is set up to create Visual Studio project files - for running the tests, "clang-test" being the root. Therefore, to - run the test from Visual Studio, right-click the clang-test project + for running the tests, "check-clang" being the root. Therefore, to + run the test from Visual Studio, right-click the check-clang project and select "Build".