Skip to content

Commit

Permalink
[clang][www] Change 'clang-test' to 'check-clang' on the hacking webpage
Browse files Browse the repository at this point in the history
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.
```
  • Loading branch information
DavidSpickett committed Sep 21, 2023
1 parent 1a73a6b commit 604a231
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions clang/www/hacking.html
Expand Up @@ -126,7 +126,7 @@ <h3 id="testingNonWindows">Testing on Unix-like Systems</h3>
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
Expand Down Expand Up @@ -193,8 +193,8 @@ <h3 id="testingWindows">Testing using Visual Studio on Windows</h3>
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>
Expand Down

0 comments on commit 604a231

Please sign in to comment.