acoomans created this revision.
acoomans added reviewers: chandlerc, cfe-commits.

The command to run tests was previously changed from 'clang-test' to 
'check-clang'; with 'clang-test' remaining available as a legacy alias (see 
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159483 
91177308-0d34-0410-b5e6-96231b3b80d8).

This commit changes the www documentation accordingly.


Repository:
  rC Clang

https://reviews.llvm.org/D49549

Files:
  www/hacking.html


Index: www/hacking.html
===================================================================
--- www/hacking.html
+++ www/hacking.html
@@ -124,7 +124,7 @@
   about what is being run.</p>
 
   <p>If you built LLVM and Clang using CMake, the test suite can be run
-  with <tt>make clang-test</tt> from the top-level LLVM directory.</p>
+  with <tt>make check-clang</tt> from the top-level LLVM directory.</p>
 
   <p>The tests primarily consist of a test runner script running the compiler
   under test on individual test files grouped in the directories under the
@@ -191,8 +191,8 @@
   to CMake explicitly.</p>
 
   <p>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".</p>
 
   <p>


Index: www/hacking.html
===================================================================
--- www/hacking.html
+++ www/hacking.html
@@ -124,7 +124,7 @@
   about what is being run.</p>
 
   <p>If you built LLVM and Clang using CMake, the test suite can be run
-  with <tt>make clang-test</tt> from the top-level LLVM directory.</p>
+  with <tt>make check-clang</tt> from the top-level LLVM directory.</p>
 
   <p>The tests primarily consist of a test runner script running the compiler
   under test on individual test files grouped in the directories under the
@@ -191,8 +191,8 @@
   to CMake explicitly.</p>
 
   <p>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".</p>
 
   <p>
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to