Hi, This patch adds a small paragraph to hacking.html mentioning that "make clang-test" can be used to run the test suite with CMake.
Thanks, -- Peter
>From a0cf940124bad403ce422353498719d522ef89e8 Mon Sep 17 00:00:00 2001 From: Peter Collingbourne <[email protected]> Date: Thu, 10 Jun 2010 17:38:49 +0100 Subject: [PATCH] Document how to run test suite with CMake on Unix-like systems This patch adds a small paragraph to hacking.html mentioning that "make clang-test" can be used to run the test suite with CMake. --- www/hacking.html | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/www/hacking.html b/www/hacking.html index 3bbc0ea..07a0d6c 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 -- 1.6.5
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
