aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/hacking.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/hacking.html b/www/hacking.html
index 3bbc0eaea8..07a0d6c85b 100644
--- a/www/hacking.html
+++ b/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