Skip to content

Commit 604a231

Browse files
committed
[clang][www] Change 'clang-test' to 'check-clang' on the hacking webpage
This change is https://reviews.llvm.org/D49549 ported to the monorepo layout. Patch by Arnaud Coomans. Patch title and message: ``` Change 'clang-test' to 'check-clang' on the hacking webpage 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://reviews.llvm.org/rC159483 91177308-0d34-0410-b5e6-96231b3b80d8). This commit changes the www documentation accordingly. ```
1 parent 1a73a6b commit 604a231

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/www/hacking.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ <h3 id="testingNonWindows">Testing on Unix-like Systems</h3>
126126
about what is being run.</p>
127127

128128
<p>If you built LLVM and Clang using CMake, the test suite can be run
129-
with <tt>make clang-test</tt> from the top-level LLVM directory.</p>
129+
with <tt>make check-clang</tt> from the top-level LLVM directory.</p>
130130

131131
<p>The tests primarily consist of a test runner script running the compiler
132132
under test on individual test files grouped in the directories under the
@@ -193,8 +193,8 @@ <h3 id="testingWindows">Testing using Visual Studio on Windows</h3>
193193
to CMake explicitly.</p>
194194

195195
<p>The cmake build tool is set up to create Visual Studio project files
196-
for running the tests, "clang-test" being the root. Therefore, to
197-
run the test from Visual Studio, right-click the clang-test project
196+
for running the tests, "check-clang" being the root. Therefore, to
197+
run the test from Visual Studio, right-click the check-clang project
198198
and select "Build".</p>
199199

200200
<p>

0 commit comments

Comments
 (0)