From: Daniel Dunbar Date: Thu, 10 Jun 2010 17:01:45 +0000 (+0000) Subject: www: Add note on running clang tests from a CMake build, patch by Peter Collingbourne X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df29378014b62fadd89605827afeed743a063142;p=clang 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 --- 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 @@ make VERBOSE=1 can be used to show more detail about what is being run.

+

If you built LLVM and Clang using CMake, the test suite can be run + with make clang-test from the top-level LLVM directory.

+

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