summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
Diffstat (limited to 'clang')
-rw-r--r--clang/www/hacking.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/www/hacking.html b/clang/www/hacking.html
index 3bbc0eaea84..07a0d6c85bf 100644
--- a/clang/www/hacking.html
+++ b/clang/www/hacking.html
@@ -101,6 +101,9 @@
<tt>make VERBOSE=1</tt> can be used to show more detail
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>
+
<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
test directory. The individual test files include comments at the
OpenPOWER on IntegriCloud