]> granicus.if.org Git - clang/commit
Add gTest unittests to clang, and write the first one.
authorJeffrey Yasskin <jyasskin@google.com>
Thu, 3 Feb 2011 04:51:52 +0000 (04:51 +0000)
committerJeffrey Yasskin <jyasskin@google.com>
Thu, 3 Feb 2011 04:51:52 +0000 (04:51 +0000)
commit7a17889829b3f3655c47e2b01e282832fdb466d6
treed8ceda98d99d2d44c66ea245ea39814c9b95d4d9
parent50ae3e3f10ccbb8c04c9ea941d930973ccf231bd
Add gTest unittests to clang, and write the first one.
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
Makefile
test/Makefile
test/Unit/lit.cfg [new file with mode: 0644]
test/Unit/lit.site.cfg.in [new file with mode: 0644]
unittests/Frontend/FrontendActionTest.cpp [new file with mode: 0644]
unittests/Frontend/Makefile [new file with mode: 0644]
unittests/Makefile [new file with mode: 0644]