[cfe-commits] r105791 - /cfe/trunk/www/hacking.html
Daniel Dunbar
daniel at zuster.org
Thu Jun 10 10:01:46 PDT 2010
Author: ddunbar
Date: Thu Jun 10 12:01:45 2010
New Revision: 105791
URL: http://llvm.org/viewvc/llvm-project?rev=105791&view=rev
Log:
www: Add note on running clang tests from a CMake build, patch by Peter Collingbourne
Modified:
cfe/trunk/www/hacking.html
Modified: cfe/trunk/www/hacking.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/hacking.html?rev=105791&r1=105790&r2=105791&view=diff
==============================================================================
--- cfe/trunk/www/hacking.html (original)
+++ cfe/trunk/www/hacking.html Thu Jun 10 12:01:45 2010
@@ -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
More information about the cfe-commits
mailing list