aboutsummaryrefslogtreecommitdiffstats
path: root/test/run_tests_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Makes gtest compile clean with gcc -Wall -Werror (by Zhanyong Wan); ↵zhanyong.wan2009-07-221-83/+64
| | | | refactors scons script (by Vlad Losev).
* More refactoring for the event listener API, by Vlad Losev.zhanyong.wan2009-07-161-67/+87
|
* Fixes the broken run_tests_test (by Vlad Losev).zhanyong.wan2009-06-191-19/+61
|
* Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong ↵zhanyong.wan2009-06-171-3/+47
| | | | 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/+527