diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-06-10 17:01:45 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-06-10 17:01:45 +0000 |
commit | 40e640c8dfc586aa4e1ab8abaeaf78123d0caa22 (patch) | |
tree | 93efdc09aa6ca29cc4a2c7e1ff55ec868ca95c60 | |
parent | a349d522f72a1b7eec20f0d46330218adbe2384a (diff) | |
download | bcm5719-llvm-40e640c8dfc586aa4e1ab8abaeaf78123d0caa22.tar.gz bcm5719-llvm-40e640c8dfc586aa4e1ab8abaeaf78123d0caa22.zip |
www: Add note on running clang tests from a CMake build, patch by Peter Collingbourne
llvm-svn: 105791
-rw-r--r-- | clang/www/hacking.html | 3 |
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 |