]> granicus.if.org Git - clang/commit
We support a mode where the Clang regression tests are run but not the
authorChandler Carruth <chandlerc@gmail.com>
Mon, 2 Jul 2012 21:37:04 +0000 (21:37 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 2 Jul 2012 21:37:04 +0000 (21:37 +0000)
commit1e537f442e256da49a457558ede3a1e7e409a22f
treeac95929e8b955b018e486c3faac61463b427f588
parentec956d82bceb1c471f4ae18541b78e431f7fbb20
We support a mode where the Clang regression tests are run but not the
Clang unit tests. It's not clear why we support this mode in builds
where LLVM is available (LLVM itself does not), but at least this makes
us support it correctly.

This also fixes a long-standing bug where we would pass the unit test
param flag to lit in the standalone build even though the standalone
build *never* has the unittests built and ready for testing.

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