]> granicus.if.org Git - clang/commitdiff
www: Add note on running clang tests from a CMake build, patch by Peter Collingbourne
authorDaniel Dunbar <daniel@zuster.org>
Thu, 10 Jun 2010 17:01:45 +0000 (17:01 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 10 Jun 2010 17:01:45 +0000 (17:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105791 91177308-0d34-0410-b5e6-96231b3b80d8

www/hacking.html

index 3bbc0eaea84b9d62e37610915c5d13d91249d246..07a0d6c85bf585b655828fa28a2b25fa09a48c13 100644 (file)
   <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