aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* Improves thread-safe death tests by changing to the original working ↵shiqian2008-09-123-29/+101
| | | | directory before they are executed; also fixes out-dated comments about death tests.
* Adds new files for type-parameterized tests, which I forgot to commit in the ↵shiqian2008-09-093-0/+461
| | | | previous revision.
* Adds support for type-parameterized tests (by Zhanyong Wan); also adds ↵shiqian2008-09-087-11/+346
| | | | case-insensitive wide string comparison to the String class (by Vlad Losev).
* Implement wide->UTF-8 string conversion more correctlyvladlosev2008-08-251-26/+146
|
* Cleans up the usage of testing:: in gtest_unittest. By Zhanyong Wan.shiqian2008-08-061-170/+143
|
* Fixes the definition of GTEST_ATTRIBUTE_UNUSED and make the tests pass in ↵shiqian2008-08-012-29/+4
| | | | opt mode.
* Makes gtest work on Windows Mobile and Symbian. By Mika Raento.shiqian2008-07-312-2/+64
|
* Adds a test for the GTEST_PRINT_TIME env var. By Balazs.Dan@gmail.com.shiqian2008-07-252-0/+6
|
* Adds --gtest_print_test for printing the elapsed time of tests.shiqian2008-07-254-5/+241
|
* Makes the output understandable by VS when compiled by MSVC.shiqian2008-07-232-112/+58
|
* Makes Google Test compile on Mac OS X and Cygwin, and adds project files for ↵shiqian2008-07-092-5/+11
| | | | Microsoft Visual Studio.
* Makes the autotools scripts work on Mac OS X. Also hopefully makes gtest ↵shiqian2008-07-084-13/+22
| | | | compile on Windows CE.
* Initial import.shiqian2008-07-0339-0/+13197