blob: 61010318971fb8e1d635525d436a558ed6b92db9 [file] [log] [blame] [view]
# testparser
Reviewed on: 2020-04-22
Parses stdout from common test frameworks.
## Building
`fx set --with //tools/testing/testparser`
## Testing
```
fx set --with //tools/testing/testparser:tests
fx test testparser_tests
```