]> granicus.if.org Git - clang/commit
In a standalone Clang build, default to building tests, like LLVM does
authorDmitri Gribenko <gribozavr@gmail.com>
Mon, 16 Dec 2013 20:54:13 +0000 (20:54 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Mon, 16 Dec 2013 20:54:13 +0000 (20:54 +0000)
commite93469679d24b1424674d2cd2cc925057ba153fa
treebe1366984f91b68732fb0a1fb179c0008b4d40d7
parent9a42fed3d07bdcf4ccc6faf89838f5dc87e40cd8
In a standalone Clang build, default to building tests, like LLVM does

LLVM_INCLUDE_TESTS is set in the top-level LLVM CMakeLists, which is not being
executed when Clang is built in a separate directory.

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