aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest_break_on_failure_unittest_.cc
Commit message (Collapse)AuthorAgeFilesLines
* Move everything in googletest into googletest/googletestBilly Donahue2015-08-251-88/+0
|
* Indents preprocessor directives.zhanyong.wan2011-02-221-4/+6
|
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-141-1/+1
|
* Makes gtest_break_on_failure_unittest work on minGW (by vladl); improveszhanyong.wan2010-07-081-1/+1
| | | | the NULL-dereferencing hack to work with LLVM (by chandlerc).
* Adds support for alternate path separator on Windows, and make all tests ↵zhanyong.wan2010-02-021-0/+20
| | | | pass with CMake and VC++ 9 (by Manuel Klimek).
* Implements --gtest_throw_on_failure for using gtest with other testing ↵zhanyong.wan2009-03-061-1/+0
| | | | frameworks.
* Cleans up macro definitions.zhanyong.wan2009-02-231-2/+2
|
* Fixed gtest_break_on_failure_unittest on Ubuntu 8.04 and Windowsvladlosev2008-11-261-0/+8
|
* Initial import.shiqian2008-07-031-0/+59