summaryrefslogtreecommitdiffstats
path: root/llvm/utils/unittest/googletest/gtest-test-part.cc
Commit message (Collapse)AuthorAgeFilesLines
* Merge gtest-1.6.0.Jay Foad2011-07-271-1/+1
| | | | llvm-svn: 136212
* Merge gtest-1.5.0.Benjamin Kramer2010-06-021-13/+3
| | | | llvm-svn: 105354
* Merge gtest-1.4.0.Benjamin Kramer2010-06-021-21/+17
| | | | llvm-svn: 105353
* Merge gtest-1.3.0.Benjamin Kramer2010-06-021-2/+2
| | | | | | | OSX users: make sure that CrashReporter is disabled when running unit tests. Death tests are enabled now so you'll get a ton of message boxes. llvm-svn: 105352
* * Removed gtest-all.cc; .cc files including other .cc files is weirdMisha Brukman2009-01-011-1/+1
| | | | | | | | | | | | | * Removed gtest_main.cc: we have our own main() elsewhere * Simplified the Makefile as we don't need SOURCES * Moved the internal header to gtest/internal/ * Simplified the Makefile to remove -I param to CPP.Flags * Updated README.LLVM with all the steps I took to massage GTest to work in LLVM so far llvm-svn: 61540
* Moved Google Test code up one directory so that we can use a standard LLVMMisha Brukman2009-01-011-0/+124
Makefile with it, without resorting to the use of VPATH. Also added Makefiles at every level of the directory tree to properly recurse to Google Test and build it as a library (original Makefiles by Talin). llvm-svn: 61539
OpenPOWER on IntegriCloud