summaryrefslogtreecommitdiffstats
path: root/llvm/utils/unittest/googletest/gtest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Remove superfluous 'extern' variable that was causing a warning with clang.Bill Wendling2009-12-161-1/+1
| | | | llvm-svn: 91552
* Fix MingW build: define GTEST_OS_WINDOWS if OS is MingW, but disableJulien Lerouge2009-02-121-6/+6
| | | | | | exceptions. llvm-svn: 64367
* * 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/+3951
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