aboutsummaryrefslogtreecommitdiff
path: root/test/filter_test.cc
AgeCommit message (Expand)Author
2017-10-17Refactor most usages of KeepRunning to use the perfered ranged-for. (#459)Eric
2016-10-07Simplify clang-format and apply to tests (#302)Dominic Hamon
2016-05-24Change --benchmark_list_tests to respect the benchmark filter.Eric Fiselier
2016-05-23Change RunSpecifiedBenchmarks to return the number of benchmarks run. Fixes #145Eric Fiselier
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