summaryrefslogtreecommitdiff
path: root/tests/gtest_test_main.cc
AgeCommit message (Collapse)AuthorFilesLines
2010-05-28Experimentally add support for a suite of tests based on gtest, and convert ↵Daniel Burrows1-0/+30
the logging tests to it. gtest has some nice features for producing extra information in failures that could be handy. Also, it integrates well with gmock; the gmock failures in my Boost tests were sometimes kind of obscure.