qychen1982 / crashpad

Automatically exported from code.google.com/p/crashpad
0 stars 0 forks source link

Add tests for command-line tools or their internals #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We’re building an arsenal of tools, which use well-tested code, but are not 
themselves fully tested. We could have tests for the tools, or at least break 
the things that the tools do down into functions that we can test easily with 
gtest.

https://codereview.chromium.org/1022663002/diff/40001/tools/crashpad_database_ut
il.cc#newcode84

Original issue reported on code.google.com by mark@chromium.org on 19 Mar 2015 at 10:00