]> granicus.if.org Git - clang/commit
CMake: Optionally allow running the Clang unit tests in standalone builds.
authorJordan Rose <jordan_rose@apple.com>
Fri, 8 Feb 2013 01:42:37 +0000 (01:42 +0000)
committerJordan Rose <jordan_rose@apple.com>
Fri, 8 Feb 2013 01:42:37 +0000 (01:42 +0000)
commit3092d9da06b7f9e57fde580330727eba125580bf
treed6805778131e19cdeff4e7ea58f696542808458e
parenta69a58991fdf67d6d26aff9028ced102142bfcc6
CMake: Optionally allow running the Clang unit tests in standalone builds.

The reason this is not enabled by default is because there is no way for
Clang to guarantee that the LLVM unit testing infrastruture has been built.
However, if it /has/ been built, there's no reason why the standalone Clang
build can't use it!

This should have no effect on existing builds -- in a combined build the
value of the CLANG_INCLUDE_TESTS option defaults to the LLVM equivalent,
and in a standalone build it defaults to off.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174691 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt