aboutsummaryrefslogtreecommitdiff
path: root/www/hacking.html
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-06-10 17:01:45 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-06-10 17:01:45 +0000
commitdf29378014b62fadd89605827afeed743a063142 (patch)
treef2b01a28233ab9cebd61628e40d47baf61ba0ece /www/hacking.html
parented5d5eea46a6fe7ed22ed97f00a60c16d1f7e7a5 (diff)
www: Add note on running clang tests from a CMake build, patch by Peter Collingbourne
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105791 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/hacking.html')
-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