summaryrefslogtreecommitdiffstats
path: root/test/Unit
Commit message (Collapse)AuthorAgeFilesLines
* test/Unit: Fixup lit.cfg to allow running inside test/Unit (with llvm-config inDaniel Dunbar2011-06-221-9/+9
| | | | | | path). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133653 91177308-0d34-0410-b5e6-96231b3b80d8
* Reverted r132330, r132321, r132320, r132319 as per discussion. Will try ↵Galina Kistanova2011-06-021-6/+0
| | | | | | in-test requirement declarations instead. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132491 91177308-0d34-0410-b5e6-96231b3b80d8
* Preparations for separating target-specific clang tests.Galina Kistanova2011-05-311-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132319 91177308-0d34-0410-b5e6-96231b3b80d8
* Add CMake support to the clang unittests.Jeffrey Yasskin2011-02-152-4/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125561 91177308-0d34-0410-b5e6-96231b3b80d8
* Add gTest unittests to clang, and write the first one.Jeffrey Yasskin2011-02-032-0/+110
This is the Makefile version only; the cmake implementation is coming soon. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124777 91177308-0d34-0410-b5e6-96231b3b80d8