aboutsummaryrefslogtreecommitdiff
path: root/test/filter_test.cc
AgeCommit message (Expand)Author
2015-10-09Use stringstream instead of atoi to avoid sign error.Anton Danielsson
2015-10-09Fixed tests so they build on android.Anton Danielsson
2015-09-30Updates Initialize() to work with an argv as 'char**'Greg Miller
2015-03-31redo filter testEric Fiselier
2015-03-17Apply reporter interface changes. Make report methods non-const and add a Fin...Eric Fiselier
2015-03-17move ConsoleReporter out of internal namespaceEric Fiselier
2015-03-17address review commentsEric Fiselier
2015-03-12add floating point comparison warningsEric Fiselier
2015-03-09Add filter test, remove re test, and googletest depsDominic Hamon