aboutsummaryrefslogtreecommitdiffstats
path: root/run_tests.py
Commit message (Collapse)AuthorAgeFilesLines
* Removes unused scons-related scripts; makes gtest_nc_test compatible with Clang.zhanyong.wan2010-07-221-60/+0
|
* Removes support for MSVC 7.1 from the scons scripts.zhanyong.wan2009-12-231-8/+1
|
* Removes uses of GTEST_HAS_STD_STRING.zhanyong.wan2009-12-161-1/+8
|
* Refactors run_tests.py s.t. it can be shared by gmock (by Vlad Losev); Fixes ↵zhanyong.wan2009-11-241-397/+8
| | | | a warning in gtest-tuple_test.cc on Cygwin (by Vlad Losev).
* Re-factors run_tests.py for easier reuse by Google Mockvladlosev2009-11-171-26/+34
|
* Improves the scons scripts and run_tests.py (by Vlad Losev); uses typed ↵zhanyong.wan2009-11-131-10/+13
| | | | tests in gtest-port_test.cc only when typed tests are available (by Zhanyong Wan); makes gtest-param-util-generated.h conform to the C++ standard (by Zhanyong Wan).
* Makes gtest compile clean with gcc -Wall -Werror (by Zhanyong Wan); ↵zhanyong.wan2009-07-221-10/+9
| | | | refactors scons script (by Vlad Losev).
* More refactoring for the event listener API, by Vlad Losev.zhanyong.wan2009-07-161-9/+10
|
* Reduces the flakiness of gtest-port_test on Mac; improves the Python tests; ↵zhanyong.wan2009-07-011-3/+3
| | | | hides methods that we don't want to publish; makes win-dbg8 the default scons configuration (all by Vlad Losev).
* Fixes the broken run_tests_test (by Vlad Losev).zhanyong.wan2009-06-191-7/+9
|
* Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong ↵zhanyong.wan2009-06-171-37/+40
| | | | Wan); cleaned up the Python tests (by Vlad Losev); made run_tests.py invokable from any directory (by Vlad Losev).
* Fixes a typo in run_tests.py and its test (by Vlad Losev).zhanyong.wan2009-06-111-1/+1
|
* Adds run_tests.py for running the tests (by Vlad Losev).zhanyong.wan2009-06-091-0/+433