summaryrefslogtreecommitdiff
path: root/utils/unittest/UnitTestMain/Makefile
Commit message (Expand)AuthorAge
* build/unittests: Fix llvm-config names for gtest libraries, and bring MakefileDaniel Dunbar2011-12-15
* Don't install libUnitTestMain.a. It might be useless without gtest headers.NAKAMURA Takumi2011-02-28
* Disable pthread support in googletest if llvm was configured without threads.Benjamin Kramer2010-06-03
* Turns out gtest still prefers the system <tr1/tuple> over it's ownBenjamin Kramer2010-06-03
* Update Readme and Makefiles for the new gtest.Benjamin Kramer2010-06-02
* Continue propagating the GoogleTest flags until we can update our version toChandler Carruth2010-03-09
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-24
* Remove / use flags that are now set in the Makefile.config.Julien Lerouge2009-10-26
* Follow googletest logic for suppressing warnings in unittests/UnitTestMain.Daniel Dunbar2009-09-20
* Move unittest driver to utils/unittest/UnitTestMain.Daniel Dunbar2009-09-13