]> granicus.if.org Git - clang/commit
Define CMake option CLANG_INCLUDE_TESTS *before* traversing into tests/ subdirectory...
authorAlexey Samsonov <samsonov@google.com>
Tue, 26 Feb 2013 09:43:27 +0000 (09:43 +0000)
committerAlexey Samsonov <samsonov@google.com>
Tue, 26 Feb 2013 09:43:27 +0000 (09:43 +0000)
commit863fb3574468ef9fdc9f5ea3fa3d62671979ccf1
treecac1cb655ac6ad79dedc7253d3c6d1ef962d47f3
parent85aee96c62a99069ea60cb47d5ae69150ca44746
Define CMake option CLANG_INCLUDE_TESTS *before* traversing into tests/ subdirectory. Otherwise, while configuring the build tree for the first time, Clang unit tests could avoid being added to 'check-clang' command, and thus avoid being built and executed.

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